NChartBeginTransaction Method |
Begin data chnaging transaction. You should call this method before any changes of chart settings/data in separate
thread. After the changes are made, you should call EndTransaction. The typical use-case of
multithreading in NChart3D is the streaming - the realtime data updating.
There is no sense to call this method in main thread.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void BeginTransaction()
Public Sub BeginTransaction
public:
virtual void BeginTransaction() sealed
See Also