I would like to indicate the specification limits on my control charts, either an arrow in the vertical scale or a line on the chart itself. Is there an example of this? Or what would be the best way to implement?
Me .PrimaryChart.AddSpecLimit(SPCChartObjects.SPC_LOWER_SPEC_LIMIT, 18.3, "L SPEC", New ChartAttribute(Color.Green, 3.0)) Me .PrimaryChart.AddSpecLimit(SPCChartObjects.SPC_UPPER_SPEC_LIMIT, 39.1, "H SPEC", New ChartAttribute(Color.Yellow, 3.0))