BarSeries
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
Initializes a new instance of the BarSeries class.
public BarSeries()
Fields
LegendSettingsProperty
DependencyProperty
Identifies the LegendSettings dependency property.
public static readonly DependencyProperty LegendSettingsProperty
OriginValueProperty
DependencyProperty
Identifies the OriginValue dependency property.
public static readonly DependencyProperty OriginValueProperty
PaletteModeProperty
DependencyProperty
Identifies the PaletteMode dependency property.
public static readonly DependencyProperty PaletteModeProperty
Properties
Gets or sets the legend settings.
public ChartLegendSettings LegendSettings { get; set; }
Gets or sets the origin value.
public double OriginValue { get; set; }
Gets or sets the PaletteMode.
public SeriesPaletteMode PaletteMode { get; set; }
Methods
Gets the points which build the label connector polyline.
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
List<Point>
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Overrides:
Raises the event.
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Overrides: