Share via


IndicatorBandCollection.Add Method (Microsoft.PerformancePoint.Scorecards)

Adds the band to the indicator collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Add ( _
    value As IndicatorBand _
)
'Usage
Dim instance As IndicatorBandCollection
Dim value As IndicatorBand

instance.Add(value)
public virtual void Add (
    IndicatorBand value
)

Parameters

  • value
    The band to add.

See Also

Reference

IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace