Search
QueryLabelValueEventArgs.CalculatedLabelValue Property
See Also
 






Gets the floating point value, which has been calculated for the label and which will be used if no custom value is provided.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float CalculatedLabelValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property CalculatedLabelValue As Single

 Property Value

A floating point specifying the original value.

 See Also