MindFusion.Wpf Pack Programmer's Guide
PlotArea.ArrangeOverride Method
See Also
 





Control.ArrangeOverride override.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

protected override Size ArrangeOverride (
    Size finalSize
)

Visual Basic  Copy Code

Protected Overrides Function ArrangeOverride( _
    finalSize As Size _
) As Size

 Parameters

finalSize

The area this element should use to arrange itself.

 Return Value

The actual size used.

 Remarks

This method is used internally by the control and is not intended to be called within your code.

 See Also

PlotArea Members
PlotArea Class
MindFusion.Charting.Wpf Namespace