Chart CLASS

BackgroundBottomColor PROPERTY (Color)
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
BackgroundTopColor PROPERTY (Color)
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
BarsPerChart PROPERTY (int)
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
BarsWidth PROPERTY (int)
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
BodyBottomColor PROPERTY (Color)
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
BodyUpColor PROPERTY (Color)
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
CurrentColorTheme PROPERTY (ColorTheme)
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
MainWindow PROPERTY (Window)
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
RightOffset PROPERTY (int)
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
Settings PROPERTY (ChartSettings)
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