Share via


CellSetAxis constructor ()

Initializes a new instance of the CellSetAxis class based on an ADOMD axis.

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

Syntax

'Declaration
Public Sub New ( _
    axis As Axis _
)
'Usage
Dim axis As Axis

Dim instance As New CellSetAxis(axis)
public CellSetAxis(
    Axis axis
)

Parameters

  • axis
    Type: Axis

    The axis to use as a template.

See also

Reference

CellSetAxis class

CellSetAxis members

CellSetAxis overload

Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace