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

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