ArcObjects Library Reference (Carto)  

IDataGraphTAxisProperties.Minimum Property

Minimum of the axis.

[Visual Basic .NET]
Public Property Minimum As Object
[C#]
public object Minimum {get; set;}
[C++]
HRESULT get_Minimum(
  VARIANT* var
);
[C++]
HRESULT put_Minimum(
  VARIANT var
);
[C++]

Parameters

var [out, retval]   var is a parameter of type VARIANT var [in]   var is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphTAxisProperties Interface