Overload List

  NameDescription
Update(Chart%, DoubleComplexMatrix)
Updates the given chart with the magnitude of the columns of the given complex matrix.
Update(Chart%, DoubleComplexVector)
Updates the given chart with the magnitude of the given complex vector data.
Update(Chart%, array<DoubleComplexVector>[]()[])
Updates the given chart with the magnitude of the given complex data.
Update(Chart%, DoubleMatrix)
Updates the given chart with the columns of the given matrix.
Update(Chart%, DoubleVector)
Updates the given chart with the given vector data.
Update(Chart%, array<DoubleVector>[]()[])
Updates the given chart with the given data.
Update(Chart%, FloatComplexMatrix)
Updates the given chart with the magnitude of the columns of the given complex matrix.
Update(Chart%, FloatComplexVector)
Updates the given chart with the magnitude of the given complex vector data.
Update(Chart%, array<FloatComplexVector>[]()[])
Updates the given chart with the magnitude of the given complex data.
Update(Chart%, FloatMatrix)
Updates the given chart with the columns of the given matrix.
Update(Chart%, FloatVector)
Updates the given chart with the given vector data.
Update(Chart%, array<FloatVector>[]()[])
Updates the given chart with the given data.
Update(Chart%, Histogram)
Updates the given chart with the specified histogram.
Update(Chart%, PeakFinderSavitzkyGolay)
Updates the given chart with the specified peak finder.
Update(Chart%, Bracket, Int32)
Updates the given chart with the specified bracket.
Update(Chart%, ClampedCubicSpline, Int32)
Updates the given chart with the specified function.
Update(Chart%, DoubleComplexLeastSquares, DoubleComplexVector)
Updates the given chart with the specified least squares model.
Update(Chart%, DoubleComplexMatrix, NMathChart..::.Unit)
Updates the given chart with the magnitude of the columns of the given complex matrix.
Update(Chart%, DoubleComplexMatrix, array<Int32>[]()[])
Updates the given chart with the magnitude of the specified columns of the given complex matrix.
Update(Chart%, DoubleComplexVector, NMathChart..::.Unit)
Updates the given chart with the magnitude of the given complex vector data.
Update(Chart%, DoubleComplexVector, DoubleComplexVector)
Updates the given chart with the magnitude of the given x-y complex data.
Update(Chart%, array<DoubleComplexVector>[]()[], NMathChart..::.Unit)
Updates the given chart with the magnitude of the given complex data.
Update(Chart%, DoubleLeastSquares, DoubleVector)
Updates the given chart with the specified least squares model.
Update(Chart%, DoubleMatrix, NMathChart..::.Unit)
Updates the given chart with the columns of the given matrix.
Update(Chart%, DoubleMatrix, array<Int32>[]()[])
Updates the given chart with the specified columns of the given matrix.
Update(Chart%, DoubleVector, NMathChart..::.Unit)
Updates the given chart with the given vector data.
Update(Chart%, DoubleVector, DoubleVector)
Updates the given chart with the given x-y data.
Update(Chart%, array<DoubleVector>[]()[], NMathChart..::.Unit)
Updates the given chart with the given data.
Update(Chart%, FloatComplexLeastSquares, FloatComplexVector)
Updates the given chart with the specified least squares model.
Update(Chart%, FloatComplexMatrix, NMathChart..::.Unit)
Updates the given chart with the magnitude of the columns of the given complex matrix.
Update(Chart%, FloatComplexMatrix, array<Int32>[]()[])
Updates the given chart with the magnitude of the specified columns of the given complex matrix.
Update(Chart%, FloatComplexVector, NMathChart..::.Unit)
Updates the given chart with the magnitude of the given complex vector data.
Update(Chart%, FloatComplexVector, FloatComplexVector)
Updates the given chart with the magnitude of the given x-y complex data.
Update(Chart%, array<FloatComplexVector>[]()[], NMathChart..::.Unit)
Updates the given chart with the magnitude of the given complex data.
Update(Chart%, FloatLeastSquares, FloatVector)
Updates the given chart with the specified least squares model.
Update(Chart%, FloatMatrix, NMathChart..::.Unit)
Updates the given chart with the columns of the given matrix.
Update(Chart%, FloatMatrix, array<Int32>[]()[])
Updates the given chart with the specified columns of the given matrix.
Update(Chart%, FloatVector, NMathChart..::.Unit)
Updates the given chart with the given vector data.
Update(Chart%, FloatVector, FloatVector)
Updates the given chart with the given x-y data.
Update(Chart%, array<FloatVector>[]()[], NMathChart..::.Unit)
Updates the given chart with the given data.
Update(Chart%, LinearSpline, Int32)
Updates the given chart with the specified function.
Update(Chart%, NaturalCubicSpline, Int32)
Updates the given chart with the specified function.
Update(Chart%, DoubleComplexLeastSquares, DoubleComplexVector, NMathChart..::.Unit)
Updates the given chart with the specified least squares model.
Update(Chart%, DoubleComplexMatrix, Int32, Int32)
Updates the given chart with the magnitude of the columns of the given complex matrix.
Update(Chart%, DoubleComplexMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Updates the given chart with the magnitude of the specified columns of the given complex matrix.
Update(Chart%, DoubleLeastSquares, DoubleVector, NMathChart..::.Unit)
Updates the given chart with the specified least squares model.
Update(Chart%, DoubleMatrix, Int32, Int32)
Updates the given chart with the columns of the given matrix.
Update(Chart%, DoubleMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Updates the given chart with the specified columns of the given matrix.
Update(Chart%, FloatComplexLeastSquares, FloatComplexVector, NMathChart..::.Unit)
Updates the given chart with the specified least squares model.
Update(Chart%, FloatComplexMatrix, Int32, Int32)
Updates the given chart with the magnitude of the columns of the given complex matrix.
Update(Chart%, FloatComplexMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Updates the given chart with the magnitude of the specified columns of the given complex matrix.
Update(Chart%, FloatLeastSquares, FloatVector, NMathChart..::.Unit)
Updates the given chart with the specified least squares model.
Update(Chart%, FloatMatrix, Int32, Int32)
Updates the given chart with the columns of the given matrix.
Update(Chart%, FloatMatrix, array<Int32>[]()[], NMathChart..::.Unit)
Updates the given chart with the specified columns of the given matrix.
Update(Chart%, PeakFinderSavitzkyGolay, Double, Double)
Updates the given chart with the specified peak finder.
Update(Chart%, PolynomialLeastSquares, DoubleVector, DoubleVector, Int32)
Updates the given chart with the specified fitted polynomial.
Update(Chart%, ClampedCubicSpline, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, LinearSpline, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, NaturalCubicSpline, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, NMathFunctions..::.DoubleUnaryFunction, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, OneVariableFunction, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, Polynomial, Double, Double, Int32)
Updates the given chart with the specified function.
Update<(Of <(M>)>)(Chart%, BoundedOneVariableFunctionFitter<(Of <(M>)>), DoubleVector, DoubleVector, DoubleVector, Int32)
Updates the given chart with the specified fitted function.
Update<(Of <(M>)>)(Chart%, OneVariableFunctionFitter<(Of <(M>)>), DoubleVector, DoubleVector, DoubleVector, Int32)
Updates the given chart with the specified fitted function.
Update(Chart%, DoubleParameterizedDelegate, DoubleVector, Double, Double, Int32)
Updates the given chart with the specified parameterized function.
Update(Chart%, DoubleParameterizedFunction, DoubleVector, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, NMathFunctions..::.GeneralizedDoubleUnaryFunction, DoubleVector, Double, Double, Int32)
Updates the given chart with the specified function.
Update(Chart%, OneVariableFunction, Double, Double, Int32, Dictionary<(Of <(Double, String>)>))
Updates the given chart with the specified function.

See Also