[]
The HiLo class contains properties specific to HiLo, HiLoOpenClose and Candle charts.
[TypeConverter(typeof(HiLoData.TypeConverter))]
public class HiLoData : c1SpecialData
Name | Description |
---|---|
FillFalling | Gets or sets whether filled candles represent falling values (true) or rising values (false). |
FillTransparent | Gets or sets whether open candles are transparent (true) or filled with the series symbol color (false). |
FullWidth | Gets or sets whether the opening and closing values of a Hi-Lo-Open-Close chart are represented by a horizontal line on both sides of the Hi-Lo bar. |
ShowClose | Gets or sets whether the closing value is shown in a Hi-Lo-Open-Close chart. |
ShowOpen | Gets or sets whether the opening value is shown in a Hi-Lo-Open-Close chart. |