Gets the current value of the Axis Max property as an object.
[Visual Basic]
Overloads Public Function GetMax( _
ByVal t As Type _
) As Object
[C#]
public object GetMax(
Type t
);
[Delphi]
public function GetMax(
t: Type
): Object; overload;
Parameters
t
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
Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis.GetMax Overload List | Axis Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |