DMSTrendChartWorkerGet: NonSPCChartWorkerGet & {
    detail?: DMSTrendDetail[];
    groupBy?: TrendGroupBy;
    groupByTime: TimeGroupByType;
    trendMethod: DMSTrendMethodType;
}

Type declaration

  • Optionaldetail?: DMSTrendDetail[]

    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?: TrendGroupBy

    How the data set is grouped on the chart, drawing a separate line for each group.

    Numbers are treated as Traceability IDs.

    For example, grouping by 'process' will draw a separate line for each process in the data set.

  • groupByTime: TimeGroupByType

    The time period to aggregate the graph over.

  • trendMethod: DMSTrendMethodType

    The type of trend which will be graphed on the Y-Axis.

    For example, a trend method of DPM will produce a graph of DPM over time.