ClassRangeSeriesBase
A base class for chart range series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class RangeSeriesBase : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesRangeSeriesBase
Derived Classes:
Implements:
Inherited Members
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
DependencyProperty
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly DependencyProperty HighBindingProperty
Field Value
DependencyProperty
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly DependencyProperty LowBindingProperty
Field Value
DependencyProperty
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the CategoryBinding member of the contained data points.
Declaration
public DataPointBinding CategoryBinding { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<RangeDataPoint> DataPoints { get; }
Property Value
HighBinding
Gets or sets the binding that will be used to fill the HighBinding member of the contained data points.
Declaration
public DataPointBinding HighBinding { get; set; }
Property Value
LowBinding
Gets or sets the binding that will be used to fill the LowBinding member of the contained data points.
Declaration
public DataPointBinding LowBinding { get; set; }
Property Value