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

TdxGaugeArcQuantitativeScaleOptionsView Properties
Show Inherited Hide Inherited

Stores the visual appearance settings of both the unbound and data-aware arc scales.
Name Description
AngleEnd Specifies the end position corresponding to the maximum value which can be displayed by an arc scale.
AngleStart Specifies the start position corresponding to the minimum value which can be displayed by an arc scale.
Font Specifies settings of the font used in labels within quantitative scales. Inherited from TdxGaugeQuantitativeScaleOptionsView.
LabelOrientation Specifies the orientation of labels corresponding to the major tick marks within an arc scale or wide circular scale.
LogarithmicBase Specifies the logarithm base for a quantitative scale. Inherited from TdxGaugeQuantitativeScaleOptionsView.
MajorTickCount Specifies a number of major tick marks on a quantitative scale. Inherited from TdxGaugeQuantitativeScaleOptionsView.
MaxValue Specifies the highest value that can be displayed on a quantitative scale. Inherited from TdxGaugeQuantitativeScaleOptionsView.
MinorTickCount Specifies the number of tick marks displayed between every two adjacent major tick marks on a quantitative scale. Inherited from TdxGaugeQuantitativeScaleOptionsView.
MinValue Specifies the lowest value that can be displayed on a quantitative scale. Inherited from TdxGaugeQuantitativeScaleOptionsView.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ShowBackground Specifies the value indicating whether the background layer is displayed by the scale. Inherited from TdxGaugeCustomScaleOptionsView.
ShowFirstTick Specifies whether the quantitative scale displays its first major tick mark. Inherited from TdxGaugeQuantitativeScaleOptionsView.
ShowLabels Specifies whether the quantitative scale displays its labels. Inherited from TdxGaugeQuantitativeScaleOptionsView.
ShowLastTick Specifies whether the quantitative scale displays its last major tick mark. Inherited from TdxGaugeQuantitativeScaleOptionsView.
ShowNeedle Specifies whether the arc scale displays its needle.
ShowSpindleCap Specifies whether the arc scale displays the spindle cap on top of the needle.
ShowTicks Specifies whether the quantitative scale displays its tick marks. Inherited from TdxGaugeQuantitativeScaleOptionsView.
See Also