Type alias DashboardComponent
DashboardComponent: { autoselectColumnsFromReport?: boolean | null; chartAxisRange?: string | null; chartAxisRangeMax?: number | null; chartAxisRangeMin?: number | null; chartSummary: ChartSummary[]; componentChartTheme?: string | null; componentType: string; dashboardFilterColumns: DashboardFilterColumn[]; dashboardTableColumn: DashboardTableColumn[]; decimalPrecision?: number | null; displayUnits?: string | null; drillDownUrl?: string | null; drillEnabled?: boolean | null; drillToDetailEnabled?: boolean | null; enableHover?: boolean | null; expandOthers?: boolean | null; flexComponentProperties?: DashboardFlexTableComponentProperties | null; footer?: string | null; gaugeMax?: number | null; gaugeMin?: number | null; groupingColumn: string[]; groupingSortProperties?: DashboardComponentGroupingSortProperties | null; header?: string | null; indicatorBreakpoint1?: number | null; indicatorBreakpoint2?: number | null; indicatorHighColor?: string | null; indicatorLowColor?: string | null; indicatorMiddleColor?: string | null; legendPosition?: string | null; maxValuesDisplayed?: number | null; metricLabel?: string | null; page?: string | null; pageHeightInPixels?: number | null; report?: string | null; scontrol?: string | null; scontrolHeightInPixels?: number | null; showPercentage?: boolean | null; showPicturesOnCharts?: boolean | null; showPicturesOnTables?: boolean | null; showRange?: boolean | null; showTotal?: boolean | null; showValues?: boolean | null; sortBy?: string | null; title?: string | null; useReportChart?: boolean | null; } Type declaration
Optional
autoselectColumnsFromReport?: boolean | null
Optional
chartAxisRange?: string | null
Optional
chartAxisRangeMax?: number | null
Optional
chartAxisRangeMin?: number | null
Optional
componentChartTheme?: string | null
componentType: string
Optional
decimalPrecision?: number | null
Optional
displayUnits?: string | null
Optional
drillDownUrl?: string | null
Optional
drillEnabled?: boolean | null
Optional
drillToDetailEnabled?: boolean | null
Optional
enableHover?: boolean | null
Optional
expandOthers?: boolean | null
Optional
footer?: string | null
Optional
gaugeMax?: number | null
Optional
gaugeMin?: number | null
groupingColumn: string[]
Optional
header?: string | null
Optional
indicatorBreakpoint1?: number | null
Optional
indicatorBreakpoint2?: number | null
Optional
indicatorHighColor?: string | null
Optional
indicatorLowColor?: string | null
Optional
indicatorMiddleColor?: string | null
Optional
legendPosition?: string | null
Optional
maxValuesDisplayed?: number | null
Optional
metricLabel?: string | null
Optional
page?: string | null
Optional
pageHeightInPixels?: number | null
Optional
report?: string | null
Optional
scontrol?: string | null
Optional
scontrolHeightInPixels?: number | null
Optional
showPercentage?: boolean | null
Optional
showPicturesOnCharts?: boolean | null
Optional
showPicturesOnTables?: boolean | null
Optional
showRange?: boolean | null
Optional
showTotal?: boolean | null
Optional
showValues?: boolean | null
Optional
sortBy?: string | null
Optional
title?: string | null
Optional
useReportChart?: boolean | null