Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeArcQuantitativeScaleParameterValue Enum

Enumerates the custom scale range’s position angle parameters applied to an arc scale.

#Declaration

Delphi
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