Back to Devexpress

IMajorTickmark.Addend Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-imajortickmark-2ac8d7f7.md

latest1.8 KB
Original Source

IMajorTickmark.Addend Property

Gets or sets the value added to 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 Addend { get; set; }
vb
Property Addend As Single

Property Value

TypeDescription
Single

A Single value added to the scale’s values.

|

Remarks

Initially, the tickmark labels display the scale’s original values. However, the actual formula to calculate the tickmark display values is:TickmarkDisplayValue = ScaleValue * Multiplier + Addend , where Multiplier is the IMajorTickmark.Multiplier property’s value, and Addend is the IMajorTickmark.Addend property’s value.

See Also

FormatString

Multiplier

ShowText

IMajorTickmark Interface

IMajorTickmark Members

DevExpress.XtraGauges.Core.Model Namespace