See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

Debug Property

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;}

Remarks

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

Example

[C#] 

Chart.Debug = true;

[Visual Basic] 

Chart.Debug = true

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.