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

In This Topic
    Title Property (Axis)
    In This Topic
    Gets or sets the title text shown next to the axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("Axis.Title", "Gets or sets the title text shown next to the axis.")>
    Public Property Title As String
    [DefaultValue("")]
    [C1Description("Axis.Title", "Gets or sets the title text shown next to the axis.")]
    public string Title {get; set;}
    See Also