Returns false if the Axis Max 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 ShouldSerializeMax()
Visual Basic
Public Function ShouldSerializeMax As Boolean

Return Value

Remarks

The default state is to automatically calculate the Max property value by setting the AutoMax property to true.

See Also