TdxGaugeQuantitativeScaleOptionsView Properties
The base class for the quantitative scale appearance settings.| Name | Description |
|---|---|
| Font | Specifies settings of the font used in labels within quantitative scales. |
| LogarithmicBase protected | Specifies the logarithm base for a quantitative scale. |
| MajorTickCount | Specifies a number of major tick marks on a quantitative scale. |
| MaxValue | Specifies the highest value that can be displayed on a quantitative scale. |
| MinorTickCount | Specifies the number of tick marks displayed between every two adjacent major tick marks on a quantitative scale. |
| MinValue | Specifies the lowest value that can be displayed on a quantitative scale. |
| 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. |
| ShowLabels | Specifies whether the quantitative scale displays its labels. |
| ShowLastTick | Specifies whether the quantitative scale displays its last major tick mark. |
| ShowTicks | Specifies whether the quantitative scale displays its tick marks. |
See Also