Disabling the Chart Mentor.

Expand / Collapse
 

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
 



Rate this Article:
     

Add Your Comments


Comment require login or registration.

Details
Last Modified:Tuesday, April 14, 2009
Last Modified By: Support
Type: HOWTO
Rated 2 stars based on 70 votes.
Article has been viewed 37,030 times.
Options