This document is archived and information here might be outdated.  Recommended version.


IDataGraphTAxisProperties.Minimum Property (ArcObjects .NET 10.4 SDK)
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