Chart CLASS
Access chart background bottom color. SYNTAX public Color BackgroundBottomColor { get; set; } EXAMPLE using System;
using System.Collection...
Sun, May 6, 2018 at 5:32 PM
Access chart background upper color. SYNTAX public Color BackgroundTopColor { get; set; } EXAMPLE using System;
using System.Collections;
us...
Sun, May 6, 2018 at 5:37 PM
How many bars are placed in the chart (scale type) SYNTAX public int BarsPerChart { get; } EXAMPLE using System;
using System.Collections;
usin...
Sun, May 6, 2018 at 5:40 PM
Returns a current width of candle bar SYNTAX public int BarsWidth { get; } EXAMPLE using System;
using System.Collections;
using System.Coll...
Sun, May 6, 2018 at 5:41 PM
Access chart area bottom color. SYNTAX public Color BodyBottomColor { get; set; } EXAMPLE using System;
using System.Collections;
using Syst...
Sun, May 6, 2018 at 5:42 PM
Access chart area top color. SYNTAX public Color BodyUpColor { get; set; } EXAMPLE using System;
using System.Collections;
using System.Coll...
Sun, May 6, 2018 at 5:43 PM
Retrieves current client theme. SYNTAX public static ColorTheme CurrentColorTheme { get; } EXAMPLE using System;
using System.Collections;
u...
Sun, May 6, 2018 at 5:44 PM
Description of the main chart window SYNTAX public Window MainWindow { get; } EXAMPLE using System;
using System.Collections;
using System.C...
Sun, May 6, 2018 at 5:45 PM
Offset to 0 visibility rules bar on the chart (non-zero if there is an offset to the right of the chart) SYNTAX public int RightOffset { get; } ...
Sun, May 6, 2018 at 5:47 PM
Get chart settings SYNTAX public ChartSettings Settings { get; } EXAMPLE using System;
using System.Collections;
using System.Collections.Ge...
Sun, May 6, 2018 at 5:48 PM