IAdmReportChartMultiItem
The IAdmReportChartMultiItem interface is used to build and configure Bar and Pie charts for a report.
Inheritance: IAdmReportChart
Methods
-
Method
-
Description
-
CalculateChartItemValues()
-
Returns an array of values for report chart items.
-
CreateItem()
-
Creates a report chart item.
Properties
-
Property
-
Description
-
Items
-
Gets or sets an array of items for the report chart.
Details
CalculateChartItemValues()
Returns an array of values for report chart items.
int[] CalculateChartItemValues(IAdmListItems items, IAdmReportArguments arguments)
Parameters
- Items- Specifies a list of report items.
- arguments - Specifies arguments for report generation.
Return value
Indexes of elements in the array returned by the method correspond to indexes of chart items in the Items
property.
CreateItem()
Creates a report chart item.
IAdmReportChartItem CreateItem()
Items
Gets or sets an array of items for the report chart.
- Type:
- IAdmReportChartItem[]
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1