Class ScatterRangeBarSeries
Represents a chart scatter range bar series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterRangeBarSeries : CartesianSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
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
System.Windows.DependencyProperty
|
HorizontalLowBindingProperty
Identifies the HorizontalLowBinding property.
Declaration
public static readonly DependencyProperty HorizontalLowBindingProperty
Field Value
System.Windows.DependencyProperty
|
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.Windows.DependencyProperty
|
VerticalHighBindingProperty
Identifies the VerticalHighBinding property.
Declaration
public static readonly DependencyProperty VerticalHighBindingProperty
Field Value
System.Windows.DependencyProperty
|
VerticalLowBindingProperty
Identifies the VerticalLowBinding property.
Declaration
public static readonly DependencyProperty VerticalLowBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<ScatterRangeDataPoint> DataPoints { get; }
Property Value
DataPointCollection<ScatterRangeDataPoint>
|
HorizontalHighBinding
Gets or sets the binding that will be used to fill the HorizontalHigh member of the contained data points.
Declaration
public DataPointBinding HorizontalHighBinding { get; set; }
Property Value
DataPointBinding
|
HorizontalLowBinding
Gets or sets the binding that will be used to fill the Telerik.Charting.ScatterRangeDataPoint.horizontalLow member of the contained data points.
Declaration
public DataPointBinding HorizontalLowBinding { get; set; }
Property Value
DataPointBinding
|
LegendSettings
Gets or sets the legend settings.
Declaration
public ChartLegendSettings LegendSettings { get; set; }
Property Value
ChartLegendSettings
|
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
SeriesPaletteMode
|
VerticalHighBinding
Gets or sets the binding that will be used to fill the VerticalHigh member of the contained data points.
Declaration
public DataPointBinding VerticalHighBinding { get; set; }
Property Value
DataPointBinding
|
VerticalLowBinding
Gets or sets the binding that will be used to fill the VerticalLow member of the contained data points.
Declaration
public DataPointBinding VerticalLowBinding { get; set; }
Property Value
DataPointBinding
|
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
ChartAggregateFunction
|
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
ChartAggregateFunction
|
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
ChartAggregateFunction
|
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
ChartAggregateFunction
|
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
RadChartBase
oldChart
|
Overrides
OnMouseEnter(MouseEventArgs)
Raises the MouseEnter event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |
Overrides
OnMouseLeave(MouseEventArgs)
Raises the MouseLeave event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |