Class PlotAreaAxisYPanel
Implementation of the PlotAreaAxisY panel.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PlotAreaAxisYPanel : AxisYPanel
Constructors
PlotAreaAxisYPanel()
Declaration
public PlotAreaAxisYPanel()
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. |