ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisCollection Class / AxisTitleFont Property

In This Topic
    AxisTitleFont Property
    In This Topic
    Gets or sets the axis title font.
    Syntax
    'Declaration
     
    Public Property AxisTitleFont As System.Drawing.Font
    public System.Drawing.Font AxisTitleFont {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