TdxGaugeArcQuantitativeScaleParameterValue Enum
Enumerates the custom scale range’s position angle parameters applied to an arc scale.
Declaration
TdxGaugeArcQuantitativeScaleParameterValue = (
spvAngleEnd,
spvAngleStart
);
Members
Name |
---|
spvAngleEnd
|
spvAngleStart
|
Remarks
Options include:
Value | Description |
---|---|
spvAngleEnd | If set, this value indicates that the custom value is assigned to the arc scale’s OptionsView.AngleEnd property. Otherwise, the style-determined ending angle value is used. |
spvAngleStart | If set, this value indicates that the custom value is assigned to the arc scale’s OptionsView.AngleStart property. Otherwise, the style-determined starting angle value is used. |
See Also