ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / Title Property



In This Topic
    Title Property
    In This Topic
    Gets or sets the axis title.
    Syntax
    'Declaration
     
    
    Public Property Title As String
    'Usage
     
    
    Dim instance As Axis
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    public string Title {get; set;}
    public:
    property String^ Title {
       String^ get();
       void set (    String^ value);
    }
    See Also