FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / ShouldSerializeFont Method

In This Topic
    ShouldSerializeFont Method (Chart2DAxis)
    In This Topic
    Returns false if the Font property is in the default state. The default state is to inherit the Font from the Chart2DArea object.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeFont() As Boolean
    public bool ShouldSerializeFont()
    See Also