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

LinearGauge.AddMarker() Method

Adds a marker to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

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

Declaration

public LinearScaleMarkerComponent AddMarker()

Returns

Type Description
LinearScaleMarkerComponent

A LinearScaleMarkerComponent object that has been added.

See Also