Returns a new line chart for the magnitude of the 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 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ToChart ( _ data As DoubleComplexMatrix _ ) As Chart |
| Visual C++ |
|---|
public: static Chart^ ToChart( DoubleComplexMatrix^ data ) |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.DoubleComplexMatrix
The data.
Return Value
A new chart.
Remarks
To plot matrix rows, call data.Transpose().