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


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