Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.58 KB

AppReportsGetReportWithChartMode.md

File metadata and controls

48 lines (32 loc) · 1.58 KB

AppReportsGetReportWithChartMode

Properties

Name Type Description Notes
aggregations List<GetAppReportsResponseReportsValueAnyOfAggregationsInner> [optional]
chartMode ChartModeEnum [optional]
chartType ChartTypeEnum [optional]
filterCond String [optional]
groups List<GetAppReportsResponseReportsValueAnyOfGroupsInner> [optional]
id Long [optional]
index Long [optional]
name String [optional]
periodicReport GetAppReportsResponseReportsValueAnyOfPeriodicReport [optional]
sorts List<GetAppReportsResponseReportsValueAnyOfSortsInner> [optional]

Enum: ChartModeEnum

Name Value
NORMAL "NORMAL"
STACKED "STACKED"
PERCENTAGE "PERCENTAGE"

Enum: ChartTypeEnum

Name Value
PIE "PIE"
LINE "LINE"
SPLINE "SPLINE"
TABLE "TABLE"
PIVOT_TABLE "PIVOT_TABLE"
BAR "BAR"
COLUMN "COLUMN"
AREA "AREA"
SPLINE_AREA "SPLINE_AREA"