Visual Basic (Declaration) | |
---|---|
Public Property Debug As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Debug {get; set;} |
C# | Copy Code |
---|---|
Chart.Debug = true; |
Visual Basic | Copy Code |
---|---|
Chart.Debug = true |
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