ComponentOne FinancialChart for WPF
C1.WPF.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
     
    
    Public Property Content As String
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As String
     
    instance.Content = value
     
    value = instance.Content
    public string Content {get; set;}
    public:
    property String^ Content {
       String^ get();
       void set (    String^ value);
    }
    See Also