DMSTrendChartBeforeDrawEventData: DMSChartBeforeDrawEventData & {
    detail: DMSTrendDetail[];
}

Type declaration

  • detail: DMSTrendDetail[]

    An array of trend 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 data point in that graph.

     

    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.