Returns a new point (scatter) chart containing the magnitude of the given x-y complex data.

Namespace:  CenterSpace.NMath.Charting.Microsoft
Assembly:  NMathChartMicrosoft (in NMathChartMicrosoft.dll) Version: 5.1.0.0

Syntax

C#
public static Chart ToChart(
	FloatComplexVector x,
	FloatComplexVector y
)
Visual Basic (Declaration)
Public Shared Function ToChart ( _
	x As FloatComplexVector, _
	y As FloatComplexVector _
) As Chart
Visual C++
public:
static Chart^ ToChart(
	FloatComplexVector^ x, 
	FloatComplexVector^ y
)

Return Value

A new chart.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.MismatchedSizeExceptionThrown if x and y have different lengths.

See Also