We have an application where we have different tabs to control the content of one SciChartSurface. Each tab have its own view on data with different visible YAxes and LineSeries which are changing the surface. The goal is to have one history for each view. For right now the ZoomHistoryManager resets after each change. Is it possible to store the history of each view?
- Marcus Krauße asked 4 years ago
- You must login to post comments
Hi Marcus,
Thanks for your question.
Unfortunately, this is the behaviour of the TabControl by design.
However, you can create your own TabControl. Here is one of the examples:
https://stackoverflow.com/questions/9794151/stop-tabcontrol-from-recreating-its-children
- Oleksandr Shvets answered 4 years ago
- You must login to post comments
Please login first to submit.