Creates an instance of the OhlcSeries class.
Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'close' value used for plotting the datapoint.
Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'high' value used for plotting the datapoint.
Gets or sets the horizontal axis associated with the this series.
Gets or sets a collection of objects used to initialize the series.
Gets or sets the label style customized with properties of PointLabelStyle class.
Gets or sets a title for this series which will be used in the legend.
Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'low' value used for plotting the datapoint.
Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'open' value used for plotting the datapoint.
Gets or sets the selection mode of series. Use values exported from SeriesSelectionMode.
Gets or sets name of the series. This 'name' is used when applying the 'palettes' of the Chart.
Gets or sets the hidden state of labels.
Gets or sets the name of the property on the business entity which will be used to plot it on the provided axis.
Gets or sets the vertical axis associated with the this series.
Identifies the closePropertyName dependency property.
Identifies the highPropertyName dependency property.
Identifies the horizontalAxis dependency property.
Identifies the items dependency property.
Identifies the labelStyle dependency property.
Identifies the legendTitle dependency property.
Identifies the lowPropertyName dependency property.
Identifies the openPropertyName dependency property.
Identifies the selectionMode dependency property.
Identifies the showLabels dependency property.
Identifies the value dependency property.
Identifies the verticalAxis dependency property.
Generated using TypeDoc
The OhlcSeries class is used to represent financial data using the Open-High-Low-Close standard: https://en.wikipedia.org/wiki/Open-high-low-close_chart.