Class RangeSeriesBase
A base class for chart range series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class RangeSeriesBase : CategoricalSeriesBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Fields
HighBindingProperty
Identifies the HighBinding property.
Declaration
public static readonly DependencyProperty HighBindingProperty
Field Value
System.Windows.DependencyProperty
|
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.Windows.DependencyProperty
|
LowBindingProperty
Identifies the LowBinding property.
Declaration
public static readonly DependencyProperty LowBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<RangeDataPoint> DataPoints { get; }
Property Value
DataPointCollection<RangeDataPoint>
|
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
DataPointBinding
|
LegendSettings
Gets or sets the legend settings.
Declaration
public SeriesLegendSettings LegendSettings { get; set; }
Property Value
SeriesLegendSettings
|
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
DataPointBinding
|
Methods
GetHighAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the High property.
Declaration
protected virtual ChartAggregateFunction GetHighAggregateFunction()
Returns
ChartAggregateFunction
|
GetLowAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Low property.
Declaration
protected virtual ChartAggregateFunction GetLowAggregateFunction()
Returns
ChartAggregateFunction
|