Returns a new line chart for the magnitude of the columns of the given complex matrix.

Namespace:  CenterSpace.NMath.Charting.Microsoft
Assembly:  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
)

Return Value

A new chart.

Remarks

To plot matrix rows, call data.Transpose().

See Also