ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.Font Property

Gets or sets the font object.

[Visual Basic]

Public Property Font As Font

[C#]

public Font Font {get;set;}

[Delphi]

public property Font: Font read get_Font write set_Font;

Remarks

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.

See Also

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.