Class OhlcSeriesBase
Inheritance
System.Object
OhlcSeriesBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class OhlcSeriesBase : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
OhlcSeriesBase()
Declaration
protected OhlcSeriesBase()
Fields
CategoryBindingProperty
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CloseBindingProperty
Declaration
public static readonly DependencyProperty CloseBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HighBindingProperty
Declaration
public static readonly DependencyProperty HighBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LowBindingProperty
Declaration
public static readonly DependencyProperty LowBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OpenBindingProperty
Declaration
public static readonly DependencyProperty OpenBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
CategoryBinding
CloseBinding
DataPoints
Declaration
public DataPointCollection<OhlcDataPoint> DataPoints { get; }
Property Value
|
DataPointCollection<OhlcDataPoint>
|