2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / Font Property

In This Topic
    Font Property (baseChart)
    In This Topic
    The font used to display text in the control.
    Syntax
    'Declaration
     
    Public Overrides Property Font As System.Drawing.Font
    public override System.Drawing.Font Font {get; set;}
    See Also