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 * pRetVal ); public: HRESULT put_ShowLabelIterations( VARIANT_BOOL NewShowLabelIterations );
|
| [Java] |
|---|
public bool getShowLabelIterations();public void setShowLabelIterations( bool );
|
See Also