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


In This Topic
    LegendShape Property (Cylinder3D)
    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 Cylinder3D
    Dim value As Shape
     
    value = instance.LegendShape
    protected virtual Shape LegendShape {get;}
    See Also