ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LegendItem Class / Symbol Property


In This Topic
    Symbol Property (LegendItem)
    In This Topic
    Gets the symbol shape of the plot element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Symbol As Shape
    'Usage
     
    
    Dim instance As LegendItem
    Dim value As Shape
     
    value = instance.Symbol
    public Shape Symbol {get;}
    See Also