Back to Devexpress

LinearGauge.AddScale() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-lineargauge.md

latest1.2 KB
Original Source

LinearGauge.AddScale() Method

Adds a scale to the gauge.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public LinearScaleComponent AddScale()
vb
Public Function AddScale As LinearScaleComponent

Returns

TypeDescription
LinearScaleComponent

A LinearScaleComponent object that has been added.

|

See Also

LinearGauge Class

LinearGauge Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace