Gets or sets the axis annotation font.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public Font AxisFont { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property AxisFont As Font
	Get
	Set

Remarks

The axis font size is measured in hundredths of the unit cube size. All axes have the same axis font.

See Also