dotnetCHARTING Send comments on this topic.
Mentor Property
See Also 
dotnetCHARTING Namespace > Chart Class : Mentor Property


Gets or sets a value that indicates whether the mentor is shown under the chart control. The mentor also requires that Chart.Debug is set to true.

Syntax

Visual Basic (Declaration) 
Public Property Mentor As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.Mentor = value
 
value = instance.Mentor
C# 
public bool Mentor {get; set;}

See Also

© 2010 All Rights Reserved.