Gets or sets the axis title font.

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

Syntax

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

Remarks

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

See Also