ClassScatterRangeBarSeries
Represents a chart scatter range bar series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ScatterRangeBarSeries : CartesianSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterRangeBarSeries
Implements:
Inherited Members
Constructors
ScatterRangeBarSeries()
Initializes a new instance of the ScatterRangeBarSeries class.
Declaration
public ScatterRangeBarSeries()
Fields
HorizontalHighBindingProperty
Identifies the HorizontalHighBinding property.
Declaration
public static readonly DependencyProperty HorizontalHighBindingProperty
Field Value
DependencyProperty
HorizontalLowBindingProperty
Identifies the HorizontalLowBinding property.
Declaration
public static readonly DependencyProperty HorizontalLowBindingProperty
Field Value
DependencyProperty
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
DependencyProperty
VerticalHighBindingProperty
Identifies the VerticalHighBinding property.
Declaration
public static readonly DependencyProperty VerticalHighBindingProperty
Field Value
DependencyProperty
VerticalLowBindingProperty
Identifies the VerticalLowBinding property.
Declaration
public static readonly DependencyProperty VerticalLowBindingProperty
Field Value
DependencyProperty
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<ScatterRangeDataPoint> DataPoints { get; }
Property Value
HorizontalHighBinding
Gets or sets the binding that will be used to fill the HorizontalHigh member of the contained data points.
Declaration
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding HorizontalHighBinding { get; set; }
Property Value
HorizontalLowBinding
Gets or sets the binding that will be used to fill the member of the contained data points.
Declaration
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding HorizontalLowBinding { get; set; }
Property Value
LegendSettings
Gets or sets the legend settings.
Declaration
public ChartLegendSettings LegendSettings { get; set; }
Property Value
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
VerticalHighBinding
Gets or sets the binding that will be used to fill the VerticalHigh member of the contained data points.
Declaration
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding VerticalHighBinding { get; set; }
Property Value
VerticalLowBinding
Gets or sets the binding that will be used to fill the VerticalLow member of the contained data points.
Declaration
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding VerticalLowBinding { get; set; }
Property Value
Methods
GetHorizontalHighAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the HorizontalHigh property.
Declaration
protected virtual ChartAggregateFunction GetHorizontalHighAggregateFunction()
Returns
GetHorizontalLowAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the HorizontalLow property.
Declaration
protected virtual ChartAggregateFunction GetHorizontalLowAggregateFunction()
Returns
GetVerticalHighAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the VerticalHigh property.
Declaration
protected virtual ChartAggregateFunction GetVerticalHighAggregateFunction()
Returns
GetVerticalLowAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the VerticalLow property.
Declaration
protected virtual ChartAggregateFunction GetVerticalLowAggregateFunction()
Returns
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
oldChart
Overrides
OnMouseEnter(MouseEventArgs)
Raises the event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Overrides
OnMouseLeave(MouseEventArgs)
Raises the event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Overrides