ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.GetMin Method (Type)

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

[Visual Basic]

Overloads Public Function GetMin( _

ByVal t As Type _

) As Object

[C#]

public object GetMin(

Type t

);

[Delphi]

public function GetMin(

t: Type

): Object; overload;

Parameters

t

Type.

Return Value

The current value of the Axis minimum.

Remarks

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

See Also

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis.GetMin Overload List | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.