Skip to main content

CircularGauge.AddBackgroundLayer() Method

Adds a background layer to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public ArcScaleBackgroundLayerComponent AddBackgroundLayer()

Returns

Type Description
ArcScaleBackgroundLayerComponent

An ArcScaleBackgroundLayerComponent object that represents the background layer that has been added.

See Also