ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1ChartLegend Class / ArrangeOverride Method


In This Topic
    ArrangeOverride Method (C1ChartLegend)
    In This Topic
    Called to arrange and size the content of a C1ChartLegend object.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ArrangeOverride( _
       ByVal arrangeBounds As Size _
    ) As Size
    'Usage
     
    
    Dim instance As C1ChartLegend
    Dim arrangeBounds As Size
    Dim value As Size
     
    value = instance.ArrangeOverride(arrangeBounds)
    protected override Size ArrangeOverride( 
       Size arrangeBounds
    )

    Parameters

    arrangeBounds
    See Also