Returns false if the Axis UnitMajor property is in the default state.

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

Syntax

C#
public bool ShouldSerializeUnitMajor()
Visual Basic
Public Function ShouldSerializeUnitMajor As Boolean

Return Value

Remarks

The default state is to automatically calculate the UnitMajor property value by setting the AutoMajor property to true.

See Also