DeltaOptions Properties
Contains options that control how the difference between actual and target values should be displayed.Name | Description |
---|---|
ResultIndicationMode | Gets or sets which indication should be displayed within this delta element. Inherited from DeltaOptionsBase. |
ResultIndicationThreshold | Gets or sets the precision with which actual and target values are determined to be equal (comparison tolerance). Inherited from DeltaOptionsBase. |
ResultIndicationThresholdType | Gets or sets how the comparison tolerance (DeltaOptionsBase.ResultIndicationThreshold) is specified. Inherited from DeltaOptionsBase. |
ValueType | Gets or sets which value should be displayed within this delta element. |
See Also