ParetoChartWorkerGet: NonSPCChartWorkerGet & {
    barMethod: ParetoBarMethodType;
    detail?: ParetoDetail[];
    groupBy: ParetoGroupBy;
}

Type declaration

  • barMethod: ParetoBarMethodType

    The method used to draw bars on the graph.

  • Optionaldetail?: ParetoDetail[]

    The current data used to draw the chart. Will be set to undefined if the chart has never been drawn, or if there was an error with the retrieval.

  • groupBy: ParetoGroupBy

    How the data should be grouped into bars on the graph.

    For example, if 'process' is set, each graph will contain one bar for each Process in the data set.