19c204492df6bc1e1bfcabf4bd69a9f0a0dc8254
API/CodeSamples/AllowHorizontalBarChart.md
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | -Changes the setting that displays a "horizontal" checkbox in the chart editor tab. When the box is checked, bar charts will run horizontally instead of vertically. |
|
| 6 | +Gets or sets access to the "horizontal" checkbox in the chart editor tab. When the box is checked, bar charts will run horizontally instead of vertically. |
|
| 7 | 7 | |
| 8 | 8 | **Default Value:** The default value is set to true, which displays a "Horizontal" check box in the chart editor page. |
| 9 | 9 | |
| ... | ... | @@ -31,7 +31,7 @@ public class CustomAdHocConfig : FileSystemAdHocConfig { |
| 31 | 31 | |
| 32 | 32 | ``` |
| 33 | 33 | |
| 34 | -##Global.asax (VisualBasic) |
|
| 34 | +##Global.asax (VB.net) |
|
| 35 | 35 | ```visualbasic |
| 36 | 36 | |
| 37 | 37 | Inherits FileSystemAdHocConfig |