This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Does the chart support IsTabStop? We are finding that we can tab through axis labels and point on the chart. Setting IsTabStop on the chat control itself does not appear to behave as expected. Is there a way to prevent a tab press from entering the chart? |
|
|
Hello, We don't do anything special with tab navigation on the Chart control - so the built-in WPF logic should be in effect. Could you try setting the following on the Chart control and see if that works better:
-Jason Fauchelle |
|
|
Thanks Jason, setting TabNavigation worked. The chart control was created in code, not XAML, and so I needed to set this dependency property in code as well:
|
|