c6d7c025179e1deeaac4ea9067d3624b560539ca
API/CodeSamples/ChartingEngine.md
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | -Sets the charting engine to be DundasCharts or HTMLCharts. |
|
| 6 | +Gets or sets the charting engine to be DundasCharts or HTMLCharts. |
|
| 7 | 7 | |
| 8 | 8 | **Default Value:** The Global.asax file in C# is defaulted to be HTMLCharts. If left unspecified in the global.asax file, it will resort to DundasCharts, which is the default in the Izenda DLL. For VisualBasic, nothing is defaulted in the Global.asax file, so it is defaulted to DundasCharts. |
| 9 | 9 | |
| ... | ... | @@ -32,7 +32,7 @@ public class CustomAdHocConfig : FileSystemAdHocConfig { |
| 32 | 32 | |
| 33 | 33 | ``` |
| 34 | 34 | |
| 35 | -##Global.asax (VisualBasic) |
|
| 35 | +##Global.asax (VB.net) |
|
| 36 | 36 | ```visualbasic |
| 37 | 37 | |
| 38 | 38 | <Serializable()> Public Class CustomAdHocConfig |