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 Scatter
Declaration
public ScatterRangeBarSeries()
Fields
HorizontalHighBindingProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalHighBindingProperty
Field Value
System.
|
HorizontalLowBindingProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalLowBindingProperty
Field Value
System.
|
LegendSettingsProperty
Identifies the Legend
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.
|
VerticalHighBindingProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalHighBindingProperty
Field Value
System.
|
VerticalLowBindingProperty
Identifies the Vertical
Declaration
public static readonly DependencyProperty VerticalLowBindingProperty
Field Value
System.
|
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 Horizontal
Declaration
public DataPointBinding HorizontalHighBinding { get; set; }
Property Value
HorizontalLowBinding
Gets or sets the binding that will be used to fill the Telerik.
Declaration
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 Palette
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
VerticalHighBinding
Gets or sets the binding that will be used to fill the Vertical
Declaration
public DataPointBinding VerticalHighBinding { get; set; }
Property Value
VerticalLowBinding
Gets or sets the binding that will be used to fill the Vertical
Declaration
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 Horizontal
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 Horizontal
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 Vertical
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 Vertical
Declaration
protected virtual ChartAggregateFunction GetVerticalLowAggregateFunction()
Returns
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnMouseEnter(MouseEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
Overrides
OnMouseLeave(MouseEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |