Class HorizontalMinorTicksPanel
A specialized version of the UniformVerticalPanel which handles minor ticks.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class HorizontalMinorTicksPanel : UniformVerticalPanel
Constructors
HorizontalMinorTicksPanel()
Declaration
public HorizontalMinorTicksPanel()
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
|