Description
Whether the Cartesian grid is displayed with the template.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IsCartesianGridVisible() As Boolean
|
| [C#] |
|---|
public bool IsCartesianGridVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IsCartesianGridVisible(); public: __property void set_IsCartesianGridVisible(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsCartesianGridVisible(
VARIANT_BOOL * pVal
);
public: HRESULT put_IsCartesianGridVisible(
VARIANT_BOOL IsCartesianGridVisible
);
|
| [Java] |
|---|
public bool getIsCartesianGridVisible();
public void setIsCartesianGridVisible(
bool
);
|
See Also