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

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