Disabling the Chart Mentor.
QUESTION
How can the chart mentor be disabled?
ANSWER
The chart mentor only shows up when Chart.Debug = true. For production environments, it is recommended to disable debug mode. However, to disable the mentor and stay in debug mode the following code can be used in the code section.
[C#]
Chart.Mentor = false; |
[Visual Basic]
Chart.Mentor = False |