Class VerticalMinorTicksPanel
A specialized version of the UniformHorizontalPanel which handles minor ticks.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class VerticalMinorTicksPanel : UniformHorizontalPanel
Constructors
VerticalMinorTicksPanel()
Declaration
public VerticalMinorTicksPanel()
Methods
ArrangeOverride(Size)
Provides the behavior for the "Arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The final area within the parent that this object should use to arrange itself and its children. |
Returns
System.Windows.Size
The actual size used. |
Overrides
MeasureOverride(Size)
Measures the override.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
Size of the available. |
Returns
System.Windows.Size
|