Back to Devexpress

TdxCustomGaugeControl.Scales Property

vcl-dxgaugecontrol-dot-tdxcustomgaugecontrol-11de885d.md

latest1.1 KB
Original Source

TdxCustomGaugeControl.Scales Property

Provides access to the collection of scale objects created within the Gauge Control instance.

Declaration

delphi
property Scales: TdxGaugeScaleCollection read; write;

Property Value

Type
TdxGaugeScaleCollection

Remarks

Use this property to access and manage individual scales (including the container scale objects) within the ExpressGauge control.

Refer to the TdxGaugeScaleCollection class description for additional information.

See Also

TdxCustomGaugeControl Class

TdxCustomGaugeControl Members

dxGaugeControl Unit