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.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
|
Overrides
CalculateMaxWidth(Size)
Calculates the max width of the items.
Declaration
protected override double CalculateMaxWidth(Size availableSize)
Parameters
System.Windows.Size
availableSize
Size of the available. |
Returns
System.Double
|