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

In This Topic
    DataLabel Property (Series)
    In This Topic
    Gets or sets the series data label.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Series.DataLabel", "Gets or sets the series data label.")>
    Public Property DataLabel As DataLabel
    [C1Description("Series.DataLabel", "Gets or sets the series data label.")]
    public DataLabel DataLabel {get; set;}
    See Also