Class HorizontalAxisLabelsPanel
The container for the horizontal Axis labels in 2D.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HorizontalAxisLabelsPanel : AxisXPanel
Constructors
HorizontalAxisLabelsPanel()
Declaration
public HorizontalAxisLabelsPanel()
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
|
Overrides
CalculateMaxHeight(Size)
Calculates the max height of the items.
Declaration
protected override double CalculateMaxHeight(Size availableSize)
Parameters
System.Windows.Size
availableSize
Size of the available. |
Returns
System.Double
|