TdxGaugeLinearScaleOptionsView Class
Stores the appearance and functionality settings for linear scales.
Declaration
TdxGaugeLinearScaleOptionsView = class(
TdxGaugeQuantitativeScaleOptionsView
)
Remarks
This class implements the appearance and functionality settings for both the unbound and data-aware linear scales.
The TdxGaugeLinearScaleOptionsView class extends its ancestor class with the following properties that allow you to:
Specify whether the scale’s tick marks and labels are located to the left or right of the level bar (the AlignElements property);
Set the direction of the range of values displayed on a scale (the LabelOrientation property);
Hide and display the scale’s level bar on a scale (the ShowLevelBar property).
The TdxGaugeLinearScaleOptionsView object is referenced by the OptionsView property implemented in the TdxGaugeCustomLinearScale class.
Inheritance
See Also