ParetoChartBeforeDrawEventData: DMSChartBeforeDrawEventData & {
    detail: ParetoDetail[];
}

Type declaration

  • detail: ParetoDetail[]

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

     

    Each item in this array describes the bars and counts used to draw the Pareto chart.

     

    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.