Skip to main content
A newer version of this page is available. .

CircularGauge.AddScale() Method

Adds a scale to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v21.2.Win.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gauges

Declaration

public ArcScaleComponent AddScale()

Returns

Type Description
ArcScaleComponent

An ArcScaleComponent object that has been added.

See Also