[]
Gets the current value of the Axis Max property as an object.
public object GetMax()
Type | Description |
---|---|
object | The current value of the Axis maximum. |
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 Max property as an object.
public object GetMax(Type t)
Type | Name | Description |
---|---|---|
Type | t | Type. |
Type | Description |
---|---|
object | The current value of the Axis maximum. |
This method retrieves the value as an object of the specified datatype.