Hi Volodymyr,
For your case, you would need to redraw the chart with the added series or zone at runtime (dynamically).
For your reference, you may want to check some of the sample code that comes with ChartDirector:
(a) Realtime Chart - data points are added to the chart periodically
(b) Interactively Finance Chart - users can select to add moving averages, indicators, etc, to the chart
In all cases, the chart is redrawn when something is added or removed from the chart. For a desktop application, the update is very fast. (For web applications, it depends on your network speed.)
Hope this can help.
Regards
Peter Kwan |