2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartFont Class / baseChartFont Constructor / baseChartFont Constructor(Font)
The font to be assigned.

In This Topic
    baseChartFont Constructor(Font)
    In This Topic
    Creates a new instance of baseChartFont class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As System.Drawing.Font _
    )
    public baseChartFont( 
       System.Drawing.Font font
    )

    Parameters

    font
    The font to be assigned.
    See Also