[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.GetMax

GetMax Method

GetMax()

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

Declaration
public object GetMax()
Returns
Type Description
object

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

GetMax(Type)

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

Declaration
public object GetMax(Type t)
Parameters
Type Name Description
Type t

Type.

Returns
Type Description
object

The current value of the Axis maximum.

Remarks

This method retrieves the value as an object of the specified datatype.

See Also