[]
Gets the current value of the Axis Min property as an object.
public object GetMin()
Type | Description |
---|---|
object | The current value of the Axis minimum. |
This method retrieves the value as an object of the same type as the appropriate coordinate data for the first series.
Gets the current value of the Axis Min property as an object.
public object GetMin(Type t)
Type | Name | Description |
---|---|---|
Type | t | Type. |
Type | Description |
---|---|
object |
This method retrieves the value as an object of the specified datatype.