Overload List
| Name | Description | |
|---|---|---|
| Update(Chart%, DataFrame) |
Updates the given chart with the columns of the given data frame.
| |
| Update(Chart%, DFIntColumn) |
Updates the given chart with the given column data.
| |
| Update(Chart%, array<DFIntColumn>[]()[]) |
Updates the given chart with the given data.
| |
| Update(Chart%, DFNumericColumn) |
Updates the given chart with the given column data.
| |
| Update(Chart%, array<DFNumericColumn>[]()[]) |
Updates the given chart with the given data.
| |
| Update(Chart%, DoublePCA) |
Updates the given chart with a Scree chart for the given principal component analysis.
| |
| Update(Chart%, FloatPCA) |
Updates the given chart with a Scree chart for the given principal component analysis.
| |
| Update(Chart%, IDFColumn) |
Updates the given chart with the given column data.
| |
| Update(Chart%, array<IDFColumn>[]()[]) |
Updates the given chart with the given data.
| |
| Update(Chart%, BinomialDistribution, NMathStatsChart..::.DistributionFunction) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, DataFrame, NMathChart..::.Unit) |
Updates the given chart with the columns of the given data frame.
| |
| Update(Chart%, DataFrame, array<Int32>[]()[]) |
Updates the given chart with the specified columns of the given data frame.
| |
| Update(Chart%, DFIntColumn, NMathChart..::.Unit) |
Updates the given chart with the given column data.
| |
| Update(Chart%, DFIntColumn, DFIntColumn) |
Updates the given chart with the given x-y data.
| |
| Update(Chart%, array<DFIntColumn>[]()[], NMathChart..::.Unit) |
Updates the given chart with the given data.
| |
| Update(Chart%, DFNumericColumn, NMathChart..::.Unit) |
Updates the given chart with the given column data.
| |
| Update(Chart%, DFNumericColumn, DFNumericColumn) |
Updates the given chart with the given x-y data.
| |
| Update(Chart%, array<DFNumericColumn>[]()[], NMathChart..::.Unit) |
Updates the given chart with the given data.
| |
| Update(Chart%, GeometricDistribution, NMathStatsChart..::.DistributionFunction) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, GoodnessOfFit, Double) |
Updates the given chart with a bar chart plotting the model parameter values and 1 - alpha confidence intervals.
| |
| Update(Chart%, IDFColumn, NMathChart..::.Unit) |
Updates the given chart with the given column data.
| |
| Update(Chart%, IDFColumn, IDFColumn) |
Updates the given chart with the given x-y data.
| |
| Update(Chart%, array<IDFColumn>[]()[], NMathChart..::.Unit) |
Updates the given chart with the given data.
| |
| Update(Chart%, LinearRegression, Int32) |
Updates the given chart with the specified linear regression.
| |
| Update(Chart%, NegativeBinomialDistribution, NMathStatsChart..::.DistributionFunction) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, PoissonDistribution, NMathStatsChart..::.DistributionFunction) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, BetaDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, ChiSquareDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, DataFrame, Int32, Int32) |
Updates the given chart with the columns of the given data frame.
| |
| Update(Chart%, DataFrame, array<Int32>[]()[], NMathChart..::.Unit) |
Updates the given chart with the specified columns of the given data frame.
| |
| Update(Chart%, DoublePCA, Int32, Int32) |
Updates the given chart with a point (scatter) chart plotting the specified two
principal components against one another.
| |
| Update(Chart%, ExponentialDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, FDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, FloatPCA, Int32, Int32) |
Updates the given chart with a point (scatter) chart plotting the specified two
principal components against one another.
| |
| Update(Chart%, GammaDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, JohnsonDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, LogisticDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, LognormalDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, NormalDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, TDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, TriangularDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, UniformDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, WeibullDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Updates the given chart with the specified distribution.
| |
| Update(Chart%, ClusterSet, DoubleMatrix, Int32, Int32) |
Updates the given chart with the specified clusters.
|