Specify whether to apply the graphical properties of the figure of merit only when a chosen satisfaction criterion is met.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableSatisfaction() As Boolean |
[C#] |
---|
public bool EnableSatisfaction {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableSatisfaction(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableSatisfaction( VARIANT_BOOL * pVal ); public: HRESULT put_EnableSatisfaction( VARIANT_BOOL ApplySatisfaction ); |
[Java] |
---|
public bool getEnableSatisfaction(); public void setEnableSatisfaction( bool ); |