ControlChartWorkerRetrievalSettings: SPCChartWorkerRetrievalSettings & {
    groupBy?: ControlChartGroupBy;
    type: "control";
}

Type declaration

  • OptionalgroupBy?: ControlChartGroupBy

    How the data is grouped in each Control Detail. If no group by is provided, each Control Detail will only contain a single group.

  • type: "control"