[]
        
(Showing Draft Content)

C1.Win.C1Chart.HiLoData

HiLoData Class

The HiLo class contains properties specific to HiLo, HiLoOpenClose and Candle charts.

Inheritance
c1SpecialData
HiLoData
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(HiLoData.TypeConverter))]
public class HiLoData : c1SpecialData

Properties

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.