TdxGaugeArcQuantitativeScaleOptionsView Class
Stores the visual appearance settings of both the unbound and data-aware arc scales.
Declaration
TdxGaugeArcQuantitativeScaleOptionsView = class(
TdxGaugeQuantitativeScaleOptionsView
)
Remarks
This class implements both the appearance and value visual representation settings, applied to both unbound and data-aware arc scales, including wide circular scales.
The TdxGaugeArcQuantitativeScaleOptionsView class extends its ancestor class with the following properties allowing you to:
Specify the actual positions of both the maximum and minimum values on an arc scale (the AngleEnd and AngleStart properties, whose values can be limited by both the selected scale type and visual style);
Select one of the orientation variants available for the labels located at the major tick marks (the LabelOrientation property);
Specify whether the arc scale-specific visual elements are displayed (the ShowNeedle and ShowSpindleCap properties);
Enable the logarithmic scale representation and the actual logarithm base (the LogarithmicBase property).
The TdxGaugeArcQuantitativeScaleOptionsView object is referenced by the OptionsView property implemented in the TdxGaugeCustomArcQuantitativeScale class.