Skip to main content

TdxGaugeCustomLinearScale.OptionsView Property

Provides access to the appearance settings of the linear scale.

Declaration

property OptionsView: TdxGaugeLinearScaleOptionsView read; write;

Property Value

Type
TdxGaugeLinearScaleOptionsView

Remarks

Use this property set to specify the visual appearance options for the linear scale created within an instance of the Gauge Control.

Refer to the TdxGaugeLinearScaleOptionsView class description for more information on available customization options.

See Also