Updates the given chart with a Scree chart for the given principal component analysis.
Namespace:
CenterSpace.NMath.Charting.MicrosoftAssembly: NMathStatsChartMicrosoft (in NMathStatsChartMicrosoft.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static void Update( ref Chart chart, DoublePCA pca ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub Update ( _ ByRef chart As Chart, _ pca As DoublePCA _ ) |
| Visual C++ |
|---|
public: static void Update( Chart^% chart, DoublePCA^ pca ) |
Parameters
- chart
- Type:
Chart
%
A chart.
- pca
- Type: CenterSpace.NMath.Stats..::.DoublePCA
A principal component analysis object.
Remarks
A new, default ChartArea is added if one does not exist, otherwise chart.ChartAreas[0] is used.
Axis titles, and DefaultAxisTitleFont and DefaultMajorGridLineColor, only have an effect if
a new ChartArea is added.
Titles are added only if chart does not currently contain any titles.
The first two data series are replaced, or added if necessary.
Titles are added only if chart does not currently contain any titles.
The first two data series are replaced, or added if necessary.