Label each of the points on the graph labeled according to its iteration number.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowLabelIterations() As Boolean |
[C#] |
---|
public bool ShowLabelIterations {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowLabelIterations(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowLabelIterations( VARIANT_BOOL * pVal ); public: HRESULT put_ShowLabelIterations( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getShowLabelIterations(); public void setShowLabelIterations( bool ); |