Pre loader

Is it possible to disable a chart?

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
1
0

I want to be able to disable a chart if there is no data on it, and then enable the chart when there is data. The reason why I want to do that is because I have three charts that are sync and I want to disable the other charts that have no data, so that the cursor modifier or the zooming and stuff will not affect the other charts without data and will only affect the one with data.

Attached image is 3 charts that are in sync.

Version
3.2.446
Images
  • You must to post comments
Best Answer
1
0

It’s not possible to disable a chart, but you can disable ChartModifiers .

Try setting chartModifier.isEnabled = false on all modifiers on the chart which you want to disable interaction.

Does this help?

Best regards
Andrew

  • Nung Khual
    That is perfect, it is what I was looking for. Thank you.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.