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