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

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