Click or drag to resize
NChartUpdateSeries Method
Force series to be updated without reloading data from data source. Call this method when you want to reflect some changes you made in the visual appearance of a series (brush, etc.). A call of RebuildSeries invokes UpdateSeries automatically.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void UpdateSeries()
See Also