ClassRangeBarSeries
Represents a chart range bar series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RangeBarSeries : RangeSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesRangeSeriesBaseRangeBarSeries
Implements:
Inherited Members
Constructors
RangeBarSeries()
Initializes a new instance of the RangeBarSeries class.
Declaration
public RangeBarSeries()
Fields
CombineModeProperty
Identifies the CombineMode property.
Declaration
public static readonly DependencyProperty CombineModeProperty
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
Properties
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
public ChartSeriesCombineMode CombineMode { 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 target type of the chart palette, specified to the owning Chart instance. Defaults to PaletteTargetType.Series.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value