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


IDataGraphTAxisProperties.Visible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTAxisProperties Interface > IDataGraphTAxisProperties.Visible Property
ArcGIS Developer Help

IDataGraphTAxisProperties.Visible Property

Indicates whether the graph axis is visible.

[Visual Basic .NET]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
  Boolean* b
);
[C++]
HRESULT put_Visible(
  VARIANT_BOOL b
);
[C++]
Parameters
b [out, retval]

b is a parameter of type bool* b [in]
b is a parameter of type bool

Product Availability

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

See Also

IDataGraphTAxisProperties Interface