LiveChartViewModel.UpdateChartObjectsCollection() method¶
Defined in
Type: LiveChartViewModel
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public void UpdateChartObjectsCollection()
Summary: Updates the ChartObjectsCollection from current plot lines. Called automatically after plot initialization.
Remarks
Uses a snapshot of PlotLinesCollectionUI to avoid concurrent modification exceptions.
Items are not disposed when cleared as they remain owned by PlotLinesCollectionUI.