ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabelBase Class / Content Property

In This Topic
    Content Property (DataLabelBase)
    In This Topic
    Gets or sets the content of data labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabelBase.Content", "Gets or sets the content of data labels.")>
    Public Property Content As String
    [C1Description("DataLabelBase.Content", "Gets or sets the content of data labels.")]
    public string Content {get; set;}
    See Also