[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.GetMin

GetMin Method

GetMin()

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

Declaration
public object GetMin()
Returns
Type Description
object

The current value of the Axis minimum.

Remarks

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

See Also

GetMin(Type)

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

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

Type.

Returns
Type Description
object
Remarks

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

See Also