[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartHilo

ChartHilo Class

Represents properties specific to HiLo, HiLoOpenClose and Candle charts.

Inheritance
ChartHilo
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartHilo : ChartObject, INotifyPropertyChanged, IC1Serializable

Properties

Name Description
FillFalling

Gets or sets a value indicating whether filled candles represent falling values (true) or rising values (false).

FillTransparent

Gets or sets a value indicating whether open candles are transparent (true) or filled with the series symbol color (false).

FullWidth

Gets or sets a value indicating 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 a value indicating whether the closing value is shown in a Hi-Lo-Open-Close chart.

ShowOpen

Gets or sets a value indicating whether the opening value is shown in a Hi-Lo-Open-Close chart.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.