Class BarSeriesPanel
The BarSeriesPanel handles the positioning of the Bar and StackedBar series.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class BarSeriesPanel : LinearSeriesPanel
Constructors
BarSeriesPanel()
Declaration
public BarSeriesPanel()
Methods
EvaluateHorizontalRange(Double, Int32)
Evaluates the X range of the item.
Declaration
protected override DataRange EvaluateHorizontalRange(double dimension, int index)
Parameters
System.Double
dimension
The horizontal dimension. |
System.Int32
index
The index of the item. |
Returns
DataRange
|
Overrides
EvaluateVerticalRange(Double, Int32)
Evaluates the Y range of the item.
Declaration
protected override DataRange EvaluateVerticalRange(double dimension, int index)
Parameters
System.Double
dimension
The vertical dimension. |
System.Int32
index
The index of the item. |
Returns
DataRange
|