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

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

Syntax

C#
public double GetMin(
	AxisTypeEnum axisType
)
Visual Basic
Public Function GetMin ( _
	axisType As AxisTypeEnum _
) As Double

Parameters

axisType
Type: C1.Win.C1Chart3D..::..AxisTypeEnum
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 AxisX as a calling parameter, will return the X coordinate value with the smallest X value.

See Also