Home : Disabling the Chart Mentor.
Q11265 - HOWTO: 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
 

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 4/21/2005.
Last Modified on 4/14/2009.
Last Modified by Support.
Article has been viewed 12237 times.
Rated 5 out of 10 based on 63 votes.
Print Article
Email Article