c28bbe4cea933ff3ad22e28c4f465e73181762bd
API/AdHocSettings.md
| ... | ... | @@ -66,9 +66,11 @@ 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) |DundasCharts| |
|
| 69 | +|ChartingEngine|[[ChartingEngine|/API/CodeSamples/ChartingEngine]]| Defines which ChartingEngine will be used (ZedGraph, ComponentArt, Dundas, or HtmlCharts) |HtmlCharts| |
|
| 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 | +|Int32|[[ChartPortraitPrintHeight|/API/ChartPortraitPrintHeight]]|Gets or sets the height of a rasterized, exported chart image.|| |
|
| 73 | +|Int32|[[ChartPortraitPrintWidth|/API/ChartPortraitPrintWidth]]|Gets or sets the width of a rasterized, exported chart image.|| |
|
| 72 | 74 | |Point|[[ChartSize|/API/CodeSamples/ChartSize]]| Gets or sets the value indicating the maximum length and width of charts. |{X=700,Y=300}| |
| 73 | 75 | |String[]|[[ChartSortFields|/API/CodeSamples/ChartSortFields]]| Gets or sets the fields that will be used to sort data when a chart is used. |null| |
| 74 | 76 | |Int32|[[CheckBoxListColumns|/API/CodeSamples/CheckBoxListColumns]]|Gets or sets the number of checkbox columns displayed in the "Quick add" dialog of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|2| |