HistogramChartWorkerGet: SPCChartWorkerGet & {
    detail?: HistogramDetail[];
    showSpecs: boolean;
}

Type declaration

  • Optionaldetail?: HistogramDetail[]

    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.

  • showSpecs: boolean

    Whether spec lines are drawn on the chart.