Skip to main content

IMajorTickmark.Multiplier Property

Gets or sets the multiplier value for the scale’s values. The result is displayed by the tickmark labels.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

float Multiplier { get; set; }

Property Value

Type Description
Single

A Single value that specifies the multiplier for the scale’s values.

Remarks

See the IMajorTickmark.Addend topic, to learn more.

See Also