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


In This Topic
    Label Property (HighLowOpenCloseSeries)
    In This Topic
    Gets or sets the text label of data series.
    Syntax
    'Declaration
     
    
    Public Property Label As String
    'Usage
     
    
    Dim instance As HighLowOpenCloseSeries
    Dim value As String
     
    instance.Label = value
     
    value = instance.Label
    public string Label {get; set;}
    Remarks
    Usually the Label property is used to identify the data series in the chart legend.
    See Also