Class VerticalGridLinesPanel
Handles the layout of the vertical gridlines.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class VerticalGridLinesPanel : AxisXPanel
Constructors
VerticalGridLinesPanel()
Declaration
public VerticalGridLinesPanel()
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. The final area within the parent that this object should use to arrange itself and its children. |
Returns
System. The actual size used. |