Returns a new line chart for the given vectors.

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

Syntax

C#
public static Chart ToChart(
	DoubleVector[] data,
	NMathChart..::.Unit xUnits
)
Visual Basic (Declaration)
Public Shared Function ToChart ( _
	data As DoubleVector(), _
	xUnits As NMathChart..::.Unit _
) As Chart
Visual C++
public:
static Chart^ ToChart(
	array<DoubleVector^>^ data, 
	NMathChart..::.Unit^ xUnits
)

Parameters

data
Type: array< CenterSpace.NMath.Core..::.DoubleVector >[]()[]
The data.
xUnits
Type: CenterSpace.NMath.Charting.Microsoft..::.NMathChart..::.Unit
The units for the x-axis.

Return Value

A new chart.

See Also