Returns a new line chart for the magnitude of the specified columns of the given complex matrix.
Namespace:
CenterSpace.NMath.Charting.MicrosoftAssembly: NMathChartMicrosoft (in NMathChartMicrosoft.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static Chart ToChart( DoubleComplexMatrix data, int[] colIndices ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ToChart ( _ data As DoubleComplexMatrix, _ colIndices As Integer() _ ) As Chart |
| Visual C++ |
|---|
public: static Chart^ ToChart( DoubleComplexMatrix^ data, array<int>^ colIndices ) |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
The data.
- colIndices
- Type: array<
System..::.Int32
>[]()[]
The indices of the columns to plot.
Return Value
A new chart.
Remarks
To plot matrix rows, call data.Transpose().