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

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