Description
Displays labels for the selected axis. Only
available for planes.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property AxisLabelsVisible() As Boolean
|
| [C#] |
public bool AxisLabelsVisible {get; set;}
|
| [Managed C++] |
public: __property bool get_AxisLabelsVisible();
public: __property void set_AxisLabelsVisible(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_AxisLabelsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AxisLabelsVisible(
VARIANT_BOOL NewAxisLabelsVisible
);
|
| [Java] |
public bool getAxisLabelsVisible();public void setAxisLabelsVisible(
bool
);
|
See Also