Share via


EyeballLabel.Value Method (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 _
) As String
'Usage
Dim instance As EyeballLabel
Dim value As Double
Dim returnValue As String

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

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