Is this possible to have multiple charts stacked and bind the rollovermodifier have them working in unison?
- You must login to post comments
Hello there,
Yes, SciChart provides a way to share modifiers across several charts. You could take a look at our SciTrader example. Notice, how modifiers are shared between main and volume charts. You can achieve that via MouseManager.MouseEventGroup attached property (need to set it for modifiers which you want to share). Also we are going to introduce new control – SciChartGroup, which allows you to switch between stacked/tabbed views and have multipane chart. Look for it in the v1.5 release.
Please, don’t hesitate to ask if you have more questions!
Best regards,
Yuriy
- Yuriy Zadereckiy answered 10 years ago
- Excellent got that working perfectly via the MouseManager.MouseEventGroup . Now for my next question
- You must login to post comments
Please login first to submit.