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: AxisThe axis to use as a template.
See also
Reference
Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace