ClassScatterRangeBarSeries
Represents a chart scatter range bar series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ScatterRangeBarSeries : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterRangeBarSeries
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
LegendTitleBindingProperty
Identifies the LegendTitleBinding property.
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
DependencyProperty
PaletteModeProperty
Identifies the PaletteMode dependency property.
Declaration
public static readonly DependencyProperty PaletteModeProperty
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
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
public DataPointBinding HorizontalLowBinding { get; set; }
Property Value
LegendTitleBinding
Gets or sets the binding that will be used by any attached legend to display legend item title.
Declaration
public DataPointBinding LegendTitleBinding { 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
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
public DataPointBinding VerticalLowBinding { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the WinUI infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides