Sparkline for WPF
C1.WPF.Sparkline Assembly / C1.WPF.Sparkline Namespace / C1Sparkline Class / ArrangeOverride Method

In This Topic
    ArrangeOverride Method (C1Sparkline)
    In This Topic
    Called to arrange and size the content of a System.Windows.Controls.Control object.
    Syntax
    'Declaration
     
    Protected Overrides Function ArrangeOverride( _
       ByVal finalSize As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size finalSize
    )

    Parameters

    finalSize

    Return Value

    The size of the control.
    See Also