2332f44a830a2348d4a5ec0f6b7cd8cdfd10e23e
API/CodeSamples/AllowHorizontalBarChart.md
| ... | ... | @@ -25,7 +25,6 @@ public class CustomAdHocConfig : FileSystemAdHocConfig { |
| 25 | 25 | AdHocSettings.ReportCssUrl = "Resources/css/Report.css"; |
| 26 | 26 | AdHocSettings.ShowBetweenDateCalendar = true; |
| 27 | 27 | AdHocSettings.AdHocConfig = new CustomAdHocConfig(); |
| 28 | - AdHocSettings.PrintMode = PrintMode.Html2PdfAndHtml; |
|
| 29 | 28 | AdHocSettings.ChartingEngine = ChartingEngine.HtmlChart; |
| 30 | 29 | AdHocSettings.AllowHorizontalBarChart = false; //relevent setting, setting to false removes horizontal checkbox option for bar chart editor |
| 31 | 30 | ``` |