Description
Label each of the points on the graph labeled according to its iteration number.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ShowLabelIterations() As Boolean
|
| [C#] |
|---|
public bool ShowLabelIterations {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_ShowLabelIterations(); public: __property void set_ShowLabelIterations(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ShowLabelIterations(
VARIANT_BOOL * pVal
);
public: HRESULT put_ShowLabelIterations(
VARIANT_BOOL InVal
);
|
| [Java] |
|---|
public bool getShowLabelIterations();
public void setShowLabelIterations(
bool
);
|
| [Python - STK API] |
|---|
@property
def ShowLabelIterations(self) -> bool:
@ShowLabelIterations.setter
def ShowLabelIterations(self, InVal:bool) -> None:
|
See Also