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
 


Posted Thursday, April 21, 2005 by Support
https://www.dotnetcharting.com/kb/KnowledgebaseArticle11265.aspx