b1a65c3ca6ed6e35d0733cdfd1c9b24262618dbb
API/AdHocSettings.md
| ... | ... | @@ -66,7 +66,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 66 | 66 | |Boolean|[[CascadeFilterValues|/API/CodeSamples/CascadeFilterValues]]| Gets or sets whether cascading is enabled for filter values. For example, if two filters are defined for country and city, then selecting a value for "Country" will update the "City" filter with values for that country only. |True| |
| 67 | 67 | |Char|[[CategoryCharacter|/API/CodeSamples/CategoryCharacter]]| Gets or sets the character used as a delimiter separating the category from the report name. |null| |
| 68 | 68 | |Boolean|[[ChangParentUrlWhenRedirect|/API/CodeSamples/ChangParentUrlWhenRedirect]]| Gets or sets whether to use different reporting pages than the ones specified by default when redirecting through AdHoc toolbar buttons and links. |False| |
| 69 | -|ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]| Defines which ChartingEngine will be used (ZedGraph, ComponentArt, Dundas, or HtmlCharts) |HtmlCharts| |
|
| 69 | +|ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]| Defines which ChartingEngine will be used (ZedGraph, ComponentArt, Dundas, or HtmlCharts) |DundasCharts| |
|
| 70 | 70 | |Int32|[[ChartLimit|/API/CodeSamples/ChartLimit]]| Gets or sets the limit for the maximum number of labels that can exist on a single chart. |500| |
| 71 | 71 | |ChartCollection|[[Charts|/API/CodeSamples/Charts]]|Gets or sets the collection of available Izenda.AdHoc.Charts.|{Trend, Pie,<br>Plot, Bar,<br>Funnel}| |
| 72 | 72 | |Point|[[ChartSize|/API/CodeSamples/ChartSize]]| Gets or sets the value indicating the maximum length and width of charts. |{X=700,Y=300}| |