2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / ShouldSerializeFont Method

In This Topic
    ShouldSerializeFont Method (Axis)
    In This Topic
    Returns false if the Axis Font property is in the default state.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeFont() As System.Boolean
    public System.bool ShouldSerializeFont()

    Return Value

    Boolean.
    Remarks
    The default state is to inherit the font from the ChartArea object.
    See Also