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