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

Return Value

Remarks

The default state is to automatically calculate the Min property value by setting the AutoMin property to true.

See Also