Class VerticalAxisLabelsPanel
The container for the vertical Axis labels in 2D.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class VerticalAxisLabelsPanel : AxisYPanel
Constructors
VerticalAxisLabelsPanel()
Declaration
public VerticalAxisLabelsPanel()
Methods
CalculateChildRect(UIElement, Int32, Int32, Double, Size)
Calculates the child System.Windows.Rect.
Declaration
protected override Rect CalculateChildRect(UIElement child, int index, int childrenCount, double stepSpan, Size finalSize)
Parameters
System.Windows.UIElement
child
The child. |
System.Int32
index
The index. |
System.Int32
childrenCount
The children count. |
System.Double
stepSpan
The number of steps within the chart range. |
System.Windows.Size
finalSize
The final size. |
Returns
System.Windows.Rect
|