[]
Represents properties specific to HiLo, HiLoOpenClose and Candle charts.
public class ChartHilo : ChartObject, INotifyPropertyChanged, IC1Serializable
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. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |