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


In This Topic
    Label Property (LegendItem)
    In This Topic
    Gets the text label of the plot element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Label As String
    'Usage
     
    
    Dim instance As LegendItem
    Dim value As String
     
    value = instance.Label
    public string Label {get;}
    See Also