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
SyntaxC#
Copy Code
|
|---|
public float CalculatedLabelValue { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property CalculatedLabelValue As Single |
A floating point specifying the original value.
See Also