Share via


Banding.NumberOfBands Property

Gets the number of levels in the band.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property NumberOfBands As Integer
    Get
'Usage
Dim instance As Banding
Dim value As Integer

value = instance.NumberOfBands
public int NumberOfBands { get; }

Property Value

Type: System.Int32
The number of levels in the band.

Remarks

Only 2 to 10 levels are supported.

See Also

Reference

Banding Class

Banding Members

Microsoft.PerformancePoint.Scorecards Namespace