ClassBarSeries
Represents a chart series that plot their points using rectangular shapes, named "Bars". The series support default visuals - Border instances.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class BarSeries : CategoricalSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesBarSeries
Implements:
Inherited Members
Constructors
BarSeries()
Initializes a new instance of the BarSeries class.
Declaration
public BarSeries()
Fields
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
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
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides