ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartStyle Class / Font Property

In This Topic
    Font Property (ChartStyle)
    In This Topic
    Gets or sets the font of the chart element.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("ChartStyle.Font", "Gets or sets the font of the chart element.")>
    Public Property Font As Font
    [DefaultValue("")]
    [C1Description("ChartStyle.Font", "Gets or sets the font of the chart element.")]
    public Font Font {get; set;}
    See Also