ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Bar3D Class / DefaultLegendShape Property


In This Topic
    DefaultLegendShape Property (Bar3D)
    In This Topic
    Gets the default legend shape.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property DefaultLegendShape As Shape
    'Usage
     
    
    Dim instance As Bar3D
    Dim value As Shape
     
    value = instance.DefaultLegendShape
    protected Shape DefaultLegendShape {get;}
    See Also