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

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.v18.2.Core.dll

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