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

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

Syntax

C#
public Object GetMin()
Visual Basic
Public Function GetMin As Object

Return Value

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