ControlChartWorkerGet: SPCChartWorkerGet & {
    detail?: ControlDetail[];
    groupBy?: ControlChartGroupBy;
    showControlLimits: ControlLimitType;
    showIndividualLimits: boolean;
    showRangeChart: boolean;
    showSpecs: boolean;
    showZoneColors: ZoneColorType;
}

Type declaration

  • Optionaldetail?: ControlDetail[]

    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.

  • OptionalgroupBy?: ControlChartGroupBy

    Controls how the data on each graph should be grouped.

    Numbers are treated as Traceability IDs.

  • showControlLimits: ControlLimitType

    Which type of control limit should be shown.

    When set to 'fixed', the control limits set on the Characteristic will be shown.

    When set to 'dynamic', the control limits will be calculated based on the previous data.

    When set to 'none', no control limits will be drawn.

  • showIndividualLimits: boolean

    Whether or not individual limits are drawn.

  • showRangeChart: boolean

    Whether to draw a range chart.

  • showSpecs: boolean

    Whether or not specs are drawn.

  • showZoneColors: ZoneColorType

    Which type of zone colors should be shown.

    When set to 'control', the zones will be based on the control limits.

    When set to 'spec', the zones will based on the characteristic's specs.

    When set to 'none', no zones will be drawn.