[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DData.GetMax

GetMax Method

GetMax(AxisTypeEnum)

Gets the maximum data value for the coordinate indicated by the specified index.

Declaration
public double GetMax(AxisTypeEnum axisType)
Parameters
Type Name Description
AxisTypeEnum axisType

Axis type(x, y or z).

Returns
Type Description
double

Double value equal to the largest coordinate value.

Remarks

This method returns the data coordinate with the maximum value along the specified axis. For example, specifying AxisX as a calling parameter, will return the X coordinate value with the largest X value.

See Also