Share via


EyeballLabel.Value method (Double, Double)

Creates a shortened label for the specified value.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Public Function Value ( _
    value As Double, _
    thresholdSelector As Double _
) As String
'Usage
Dim instance As EyeballLabel
Dim value As Double
Dim thresholdSelector As Double
Dim returnValue As String

returnValue = instance.Value(value, thresholdSelector)
public string Value(
    double value,
    double thresholdSelector
)

Parameters

  • value
    Type: System.Double

    The value. value is also the scale selector.

Return value

Type: System.String
The compact label for the value.

See also

Reference

EyeballLabel class

EyeballLabel members

Value overload

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace