Gets the current value of the Axis Max property as an object.

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

Syntax

C#
public Object GetMax()
Visual Basic
Public Function GetMax As Object

Return Value

The current value of the Axis maximum.

Remarks

This method retrieves the value as an object of the same type as the appropriate coordinate data for the first series.

See Also