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


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