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