Skip to main content

CustomTickmarkTextEventArgs.Value Property

Gets the current tickmark value.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public float Value { get; }

Property Value

Type Description
Single

A Single value that specifies the current tickmark value.

Remarks

To provide a custom tickmark display string, assign the string to the CustomTickmarkTextEventArgs.Result property.

See Also