ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / RPolygon Class / LegendShape Property


In This Topic
    LegendShape Property (RPolygon)
    In This Topic
    Gets the legend shape of plot element.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property LegendShape As Shape
    'Usage
     
    
    Dim instance As RPolygon
    Dim value As Shape
     
    value = instance.LegendShape
    protected override Shape LegendShape {get;}
    See Also