Class AdditionalPlotAreaAxesPanel
Represents a panel that arranges the additional plot area axes of the chart.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AdditionalPlotAreaAxesPanel : Panel
Constructors
AdditionalPlotAreaAxesPanel()
Declaration
public AdditionalPlotAreaAxesPanel()
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 once the element is arranged. |