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

In This Topic
    Title Property (Legend)
    In This Topic
    Gets or sets the legend title.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Legend.Title", "Gets or sets the legend title.")>
    Public Property Title As String
    [C1Description("Legend.Title", "Gets or sets the legend title.")]
    public string Title {get; set;}
    See Also