Class BarSeries
Represents a chart series that plot their points using rectangular shapes, named "Bars". The series support default visuals - System.Windows.Controls.Border instances.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BarSeries : CategoricalSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
BarSeries()
Fields
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.Windows.DependencyProperty
|
OriginValueProperty
Identifies the OriginValue dependency property.
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
System.Windows.DependencyProperty
|
PaletteModeProperty
Identifies the PaletteMode dependency property.
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LegendSettings
Gets or sets the legend settings.
Declaration
public ChartLegendSettings LegendSettings { get; set; }
Property Value
ChartLegendSettings
|
OriginValue
Gets or sets the origin value.
Declaration
public double OriginValue { get; set; }
Property Value
System.Double
|
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
SeriesPaletteMode
|
Methods
GetLabelConnector(ChartSeriesLabelPositionInfo)
Gets the points which build the label connector polyline.
Declaration
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
Parameters
ChartSeriesLabelPositionInfo
info
|
Returns
System.Collections.Generic.List<System.Windows.Point>
|
Overrides
OnMouseEnter(MouseEventArgs)
Raises the MouseEnter event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |
Overrides
OnMouseLeave(MouseEventArgs)
Raises the MouseLeave event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |