Class
OhlcSeriesBase

Represents a base class for OHLC (Open, High, Low, Close) series in Cartesian charts.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class OhlcSeriesBase : CartesianSeries

Inheritance: objectChartElementChartSeriesCartesianSeriesOhlcSeriesBase

Derived Classes: CandlestickSeriesOhlcSeries

Inherited Members ChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.IsDefaultValue(string)ChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

OhlcSeriesBase()

Declaration

cs-api-definition
protected OhlcSeriesBase()

Fields

CategoryBindingProperty

Identifies the CategoryBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty CategoryBindingProperty

Field Value

BindableProperty

CloseBindingProperty

Identifies the CloseBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty CloseBindingProperty

Field Value

BindableProperty

HighBindingProperty

Identifies the HighBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty HighBindingProperty

Field Value

BindableProperty

LowBindingProperty

Identifies the LowBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty LowBindingProperty

Field Value

BindableProperty

OpenBindingProperty

Identifies the OpenBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty OpenBindingProperty

Field Value

BindableProperty

Properties

CategoryBinding

Gets or sets the binding that will be used to fill the Category member of the contained data points.

Declaration

cs-api-definition
public PropertyNameDataPointBinding CategoryBinding { get; set; }

Property Value

PropertyNameDataPointBinding

CloseBinding

Gets or Sets the binding that will be used for the "Close" value of each data point

Declaration

cs-api-definition
public PropertyNameDataPointBinding CloseBinding { get; set; }

Property Value

PropertyNameDataPointBinding

HighBinding

Gets or Sets the binding that will be used for the "High" value of each data point

Declaration

cs-api-definition
public PropertyNameDataPointBinding HighBinding { get; set; }

Property Value

PropertyNameDataPointBinding

LowBinding

Gets or Sets the binding that will be used for the "Low" value of each data point

Declaration

cs-api-definition
public PropertyNameDataPointBinding LowBinding { get; set; }

Property Value

PropertyNameDataPointBinding

OpenBinding

Gets or Sets the binding that will be used for the "Open" value of each data point

Declaration

cs-api-definition
public PropertyNameDataPointBinding OpenBinding { get; set; }

Property Value

PropertyNameDataPointBinding