Class AxisXPanel
Implementation of the XAxis panel.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisXPanel : AxisPanelBase
Constructors
AxisXPanel()
Declaration
public AxisXPanel()
Methods
CalculateChildRect(UIElement, Int32, Int32, Double, Size)
Calculates the child System.
Declaration
protected override Rect CalculateChildRect(UIElement child, int index, int childrenCount, double stepSpan, Size finalSize)
Parameters
System. The child. |
System. The index. |
System. The children count. |
System. The number of steps within the chart range. |
System. The final size. |
Returns
System.
|
Overrides
CalculateMaxHeight(Size)
Calculates the max height of the items.
Declaration
protected override double CalculateMaxHeight(Size availableSize)
Parameters
System. Size of the available. |
Returns
System.
|
Overrides
CalculateMaxWidth(Size)
Calculates the max width of the items.
Declaration
protected override double CalculateMaxWidth(Size availableSize)
Parameters
System. Size of the available. |
Returns
System.
|