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

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

Syntax

C#
public Object GetMax(
	Type t
)
Visual Basic
Public Function GetMax ( _
	t As Type _
) As Object

Parameters

t
Type: System..::..Type
Type.

Return Value

The current value of the Axis maximum.

Remarks

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

See Also