Overload List

  NameDescription
ToChart(DoubleComplexMatrix)
Returns a new line chart for the magnitude of the columns of the given complex matrix.
ToChart(DoubleComplexVector)
Returns a line chart containing the magnitude of the given complex vector data.
ToChart(array<DoubleComplexVector>[]()[])
Returns a new line chart for the magnitude of the given complex vectors.
ToChart(DoubleMatrix)
Returns a new line chart for the columns of the given matrix.
ToChart(DoubleVector)
Returns a line chart containing the given vector data.
ToChart(array<DoubleVector>[]()[])
Returns a new line chart for the given vectors.
ToChart(FloatComplexMatrix)
Returns a new line chart for the magnitude of the columns of the given complex matrix.
ToChart(FloatComplexVector)
Returns a line chart containing the magnitude of the given complex vector data.
ToChart(array<FloatComplexVector>[]()[])
Returns a new line chart for the magnitude of the given complex vectors.
ToChart(FloatMatrix)
Returns a new line chart for the columns of the given matrix.
ToChart(FloatVector)
Returns a line chart containing the given vector data.
ToChart(array<FloatVector>[]()[])
Returns a new line chart for the given vectors.
ToChart(Histogram)
Returns a bar chart showing the counts of each bin in the histogram.
ToChart(PeakFinderSavitzkyGolay)
Returns a line chart showing the peaks in the data.
ToChart(Bracket, Int32)
Returns a line chart showing the bracketed region of contained function.
ToChart(ClampedCubicSpline, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(DoubleComplexLeastSquares, DoubleComplexVector)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(DoubleComplexMatrix, NMathChart..::.Unit)
Returns a new line chart for the magnitude of the columns of the given complex matrix.
ToChart(DoubleComplexMatrix, array<Int32>[]()[])
Returns a new line chart for the magnitude of the specified columns of the given complex matrix.
ToChart(DoubleComplexVector, NMathChart..::.Unit)
Returns a line chart containing the magnitude of the given complex vector data.
ToChart(DoubleComplexVector, DoubleComplexVector)
Returns a new point (scatter) chart containing the magnitude of the given x-y complex data.
ToChart(array<DoubleComplexVector>[]()[], NMathChart..::.Unit)
Returns a new line chart for the magnitude of the given complex vectors.
ToChart(DoubleLeastSquares, DoubleVector)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(DoubleMatrix, NMathChart..::.Unit)
Returns a new line chart for the columns of the given matrix.
ToChart(DoubleMatrix, array<Int32>[]()[])
Returns a new line chart for the specified columns of the given matrix.
ToChart(DoubleVector, NMathChart..::.Unit)
Returns a line chart containing the given vector data.
ToChart(DoubleVector, DoubleVector)
Returns a new point (scatter) chart containing the given x-y data.
ToChart(array<DoubleVector>[]()[], NMathChart..::.Unit)
Returns a new line chart for the given vectors.
ToChart(FloatComplexLeastSquares, FloatComplexVector)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(FloatComplexMatrix, NMathChart..::.Unit)
Returns a new line chart for the magnitude of the columns of the given complex matrix.
ToChart(FloatComplexMatrix, array<Int32>[]()[])
Returns a new line chart for the magnitude of the specified columns of the given complex matrix.
ToChart(FloatComplexVector, NMathChart..::.Unit)
Returns a line chart containing the magnitude of the given complex vector data.
ToChart(FloatComplexVector, FloatComplexVector)
Returns a new point (scatter) chart containing the magnitude of the given x-y complex data.
ToChart(array<FloatComplexVector>[]()[], NMathChart..::.Unit)
Returns a new line chart for the magnitude of the given complex vectors.
ToChart(FloatLeastSquares, FloatVector)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(FloatMatrix, NMathChart..::.Unit)
Returns a new line chart for the columns of the given matrix.
ToChart(FloatMatrix, array<Int32>[]()[])
Returns a new line chart for the specified columns of the given matrix.
ToChart(FloatVector, NMathChart..::.Unit)
Returns a line chart containing the given vector data.
ToChart(FloatVector, FloatVector)
Returns a new point (scatter) chart containing the given x-y data.
ToChart(array<FloatVector>[]()[], NMathChart..::.Unit)
Returns a new line chart for the given vectors.
ToChart(LinearSpline, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(NaturalCubicSpline, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(DoubleComplexLeastSquares, DoubleComplexVector, NMathChart..::.Unit)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(DoubleComplexMatrix, Int32, Int32)
Returns a new point chart for the magnitude of the specified columns of the given complex matrix (x, y) .
ToChart(DoubleComplexMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Returns a new line chart for the magnitude of the specified columns of the given complex matrix.
ToChart(DoubleLeastSquares, DoubleVector, NMathChart..::.Unit)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(DoubleMatrix, Int32, Int32)
Returns a new point chart for the specified columns of the given matrix (x, y) .
ToChart(DoubleMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Returns a new line chart for the specified columns of the given matrix.
ToChart(FloatComplexLeastSquares, FloatComplexVector, NMathChart..::.Unit)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(FloatComplexMatrix, Int32, Int32)
Returns a new point chart for the magnitude of the specified columns of the given complex matrix (x, y) .
ToChart(FloatComplexMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Returns a new line chart for the magnitude of the specified columns of the given complex matrix.
ToChart(FloatLeastSquares, FloatVector, NMathChart..::.Unit)
Returns a new line chart comparing the specified right-hand side with that predicted by the given model.
ToChart(FloatMatrix, Int32, Int32)
Returns a new point chart for the specified columns of the given matrix (x, y) .
ToChart(FloatMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Returns a new line chart for the specified columns of the given matrix.
ToChart(PeakFinderSavitzkyGolay, Double, Double)
Returns a line chart showing the peaks in the data.
ToChart(PolynomialLeastSquares, DoubleVector, DoubleVector, Int32)
Returns a new line chart by interpolating over the given fitted polynomial.
ToChart(ClampedCubicSpline, Double, Double, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(LinearSpline, Double, Double, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(NaturalCubicSpline, Double, Double, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(NMathFunctions..::.DoubleUnaryFunction, Double, Double, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(OneVariableFunction, Double, Double, Int32)
Returns a new line chart by interpolating over the given function.
ToChart(Polynomial, Double, Double, Int32)
Returns a new line chart by interpolating over the given function.
ToChart<(Of <(M>)>)(BoundedOneVariableFunctionFitter<(Of <(M>)>), DoubleVector, DoubleVector, DoubleVector, Int32)
Returns a new line chart by interpolating over the given fitted function.
ToChart<(Of <(M>)>)(OneVariableFunctionFitter<(Of <(M>)>), DoubleVector, DoubleVector, DoubleVector, Int32)
Returns a new line chart by interpolating over the given fitted function.
ToChart(DoubleParameterizedDelegate, DoubleVector, Double, Double, Int32)
Returns a new line chart by interpolating over the given parameterized function.
ToChart(DoubleParameterizedFunction, DoubleVector, Double, Double, Int32)
Returns a new line chart by interpolating over the given parameterized function.
ToChart(NMathFunctions..::.GeneralizedDoubleUnaryFunction, DoubleVector, Double, Double, Int32)
Returns a new line chart by interpolating over the given parameterized function.
ToChart(OneVariableFunction, Double, Double, Int32, Dictionary<(Of <(Double, String>)>))
Returns a new line chart by interpolating over the given function.

See Also