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


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