ReportChart: { backgroundColor1?: string | null; backgroundColor2?: string | null; backgroundFadeDir?: string | null; chartSummaries: ChartSummary[]; chartType: string; enableHoverLabels?: boolean | null; expandOthers?: boolean | null; groupingColumn?: string | null; legendPosition?: string | null; location?: string | null; secondaryGroupingColumn?: string | null; showAxisLabels?: boolean | null; showPercentage?: boolean | null; showTotal?: boolean | null; showValues?: boolean | null; size?: string | null; summaryAxisManualRangeEnd?: number | null; summaryAxisManualRangeStart?: number | null; summaryAxisRange?: string | null; textColor?: string | null; textSize?: number | null; title?: string | null; titleColor?: string | null; titleSize?: number | null; } Type declaration
Optional backgroundColor1?: string | null
Optional backgroundColor2?: string | null
Optional backgroundFadeDir?: string | null
chartType: string
Optional enableHoverLabels?: boolean | null
Optional expandOthers?: boolean | null
Optional groupingColumn?: string | null
Optional legendPosition?: string | null
Optional location?: string | null
Optional secondaryGroupingColumn?: string | null
Optional showAxisLabels?: boolean | null
Optional showPercentage?: boolean | null
Optional showTotal?: boolean | null
Optional showValues?: boolean | null
Optional size?: string | null
Optional summaryAxisManualRangeEnd?: number | null
Optional summaryAxisManualRangeStart?: number | null
Optional summaryAxisRange?: string | null
Optional textColor?: string | null
Optional textSize?: number | null
Optional title?: string | null
Optional titleColor?: string | null
Optional titleSize?: number | null