EyeballLabel Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a compact string representation for a value.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports.EyeballLabel
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Class EyeballLabel
'Usage
Dim instance As EyeballLabel
public class EyeballLabel
Remarks
This class is used when display space is restricted, such as for the Y axis of a chart or a node label for a Decomposition Tree. The eyeball label for a chart Y axis keeps the same scale for all values and is supported by the Value(Double, Double) method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports Namespace