Class AxisYPanel
Implementation of the YAxis panel.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisYPanel : AxisPanelBase
Constructors
AxisYPanel()
Declaration
public AxisYPanel()
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.
|