Back to Devexpress

IMajorTickmark.Multiplier Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-imajortickmark-4ece13ea.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
float Multiplier { get; set; }
vb
Property Multiplier As Single

Property Value

TypeDescription
Single

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

|

Remarks

See the IMajorTickmark.Addend topic, to learn more.

See Also

FormatString

Addend

ShowText

IMajorTickmark Interface

IMajorTickmark Members

DevExpress.XtraGauges.Core.Model Namespace