ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxis Class / ShouldSerializeUnitMajor Method

In This Topic
    ShouldSerializeUnitMajor Method
    In This Topic
    Returns false if the Axis UnitMajor property is in the default state.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeUnitMajor() As System.Boolean
    public System.bool ShouldSerializeUnitMajor()
    Remarks
    The default state is to automatically calculate the UnitMajor property value by setting the AutoMajor property to true.
    See Also