ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / RPolygon Class / AdjustLegendShape Method
Legend shape


In This Topic
    AdjustLegendShape Method (RPolygon)
    In This Topic
    Adjusts legend shape properties.
    Syntax
    'Declaration
     
    
    Protected Function AdjustLegendShape( _
       ByVal shape As Shape _
    ) As Shape
    'Usage
     
    
    Dim instance As RPolygon
    Dim shape As Shape
    Dim value As Shape
     
    value = instance.AdjustLegendShape(shape)
    protected Shape AdjustLegendShape( 
       Shape shape
    )

    Parameters

    shape
    Legend shape

    Return Value

    Adjusted shape.
    See Also