NChartRebuildSeries Method |
Force series to rebuild by reloading data from data source. Call this method when you know that the chart layout
(including layout of axes, so min and max values) has not changed, but the data in series has. This method invokes
UpdateSeries automatically. Data is not processed by this call, so values on axes remain unchanged. Use this method
if you are absolutely sure minimums and maximums have not changed!
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void RebuildSeries()
public:
virtual void RebuildSeries() sealed
See Also