TdxGaugeLinearScaleOptionsView Members
Stores the appearance and functionality settings for linear scales.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent. |
Properties
| Name | Description |
|---|---|
| AlignElements | Specifies how the tick marks and labels are aligned on the linear scale. |
| Font | Specifies settings of the font used in labels within quantitative scales. Inherited from TdxGaugeQuantitativeScaleOptionsView. |
| LabelOrientation | Specifies the tick mark and label position on the linear scale layout. |
| 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. |
| RotationAngle | Specifies the linear scale‘s direction. |
| 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. |
| ShowLevelBar | Specifies the value indicating whether the level bar is displayed within a linear scale. |
| ShowTicks | Specifies whether the quantitative scale displays its tick marks. Inherited from TdxGaugeQuantitativeScaleOptionsView. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| DoAssign(TPersistent) protected | Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner protected | Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| ToString | Inherited from TObject. |
See Also