ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / DataLabel Property



In This Topic
    DataLabel Property (Series)
    In This Topic
    Gets or sets the series data label.
    Syntax
    'Declaration
     
    
    Public Property DataLabel As DataLabel
    'Usage
     
    
    Dim instance As Series
    Dim value As DataLabel
     
    instance.DataLabel = value
     
    value = instance.DataLabel
    public DataLabel DataLabel {get; set;}
    public:
    property DataLabel^ DataLabel {
       DataLabel^ get();
       void set (    DataLabel^ value);
    }
    See Also