ControlChartBeforeDrawEventData: SPCChartBeforeDrawEventData & {
    detail: ControlDetail[];
}

Type declaration

  • detail: ControlDetail[]

    An array of control chart details. Each item in this array corresponds to one graph on the chart.

     

    Each item in this array contains a .groups property, which has information about each group in that graph. Each group contains its limits and data points.

     

    The Split By property of this chart determines how data is split into groups. Each unique combination of values for all selected Split By fields will generate one item in this array.