New to Telerik UI for WinUI? Download free 30-day trial

OhlcSeriesBase Class

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.
In this article
Not finding the help you need?