Gets or sets a value that indicates whether debug messages are displayed below the chart.
[Visual Basic]
Public Property Debug As Boolean
[C#]
public bool Debug {get; set;}
This property controls if error text is returned below the generated image if a problem occurs. This is typically used for debug purposes when initially developing charts. This is provided as a property so that your end users are not exposed to developer level errors. This property defaults to false
[C#]
Chart.Debug = true; |
[Visual Basic]
Chart.Debug = true |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.