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

In This Topic
    TitleStyle Property (Legend)
    In This Topic
    Gets the legend title style.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Legend.TitleStyle", "Gets the legend title style.")>
    Public ReadOnly Property TitleStyle As ChartStyle
    [C1Description("Legend.TitleStyle", "Gets the legend title style.")]
    public ChartStyle TitleStyle {get;}
    See Also