New to Telerik UI for WinUI? Start a free 30-day trial
OhlcSeriesBase Class
Updated over 6 months ago
The OhlcSeriesBase serves as a base class for the OhlcSeries and the CandlestickSeries.
Properties
The OhlcSeriesBase class inherits from the CartesianSeries class - See the inherited properties.
- DataPoints: Gets the collection of data points associated with the series.
- CategoryBinding: Gets or sets the binding that describes how the Category property of the data points will be retrieved from the underlying business object.
- HighBinding: Gets or sets the binding that describes how the High property of the data points will be retrieved from the underlying business object.
- LowBinding: Gets or sets the binding that describes how the Low property of the data points will be retrieved from the underlying business object.
- OpenBinding: Gets or sets the binding that describes how the Open property of the data points will be retrieved from the underlying business object.
- CloseBinding:Gets or sets the binding that describes how the Close property of the data points will be retrieved from the underlying business object.