C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DData Class / GetMin Method
Axis type(x, y or z).

In This Topic
GetMin Method
In This Topic
Gets the minimum data value for the coordinate indicated by the specified index.
Syntax
'Declaration
 
Public Function GetMin( _
   ByVal axisType As AxisTypeEnum _
) As System.Double
 

Parameters

axisType
Axis type(x, y or z).

Return Value

Double value equal to the smallest coordinate value.
Remarks
This method returns the data coordinate with the minimum value along the specified axis. For example, specifying AxisTypeEnum.AxisX as a calling parameter, will return the X coordinate value with the smallest X value.
See Also