'Declaration Public Property Font As System.Drawing.Font
public System.Drawing.Font Font {get; set;}
'Declaration Public Property Font As System.Drawing.Font
public System.Drawing.Font Font {get; set;}
Inherits from the C1.Win.C1Chart.ChartArea.
Associated with the Font Property, is the ResetFont() method. This method restores the inheritance state for the axis font. If a font is explicitly set for an axis, it no longer inherits from the ChartArea; so changing the ChartArea font no longer affects or changes the axis value. Calling ResetFont() restores the inherited state so changes to the ChartArea font will once again change the axis font.