ClassBarSeries
Represents a chart series that plot their points using rectangular shapes, named "Bars". The series support default visuals - Border instances.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class BarSeries : CategoricalSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesBarSeries
Implements:
Inherited Members
Constructors
BarSeries()
Initializes a new instance of the BarSeries class.
Declaration
public BarSeries()
Fields
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
DependencyProperty
OriginValueProperty
Identifies the OriginValue dependency property.
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
DependencyProperty
PaletteModeProperty
Identifies the PaletteMode dependency property.
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
DependencyProperty
Properties
LegendSettings
Gets or sets the legend settings.
Declaration
public ChartLegendSettings LegendSettings { get; set; }
Property Value
OriginValue
Gets or sets the origin value.
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
Methods
GetLabelConnector(ChartSeriesLabelPositionInfo)
Gets the points which build the label connector polyline.
Declaration
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
Parameters
info
Returns
List<Point>
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnMouseEnter(MouseEventArgs)
Raises the event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Overrides
OnMouseLeave(MouseEventArgs)
Raises the event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Overrides