Hi,
 
Control chart builder comes with shaded zones that are applied based on zones. I want to be able to customize the zones so that the chart displays zones where I want them specifically as opposed to where the zones are dictated. Is there a way to customize or change the zone settings? For example, I would like green zone to from 0-100, yellow zone from 100-300, red zone from 300-500.
 
Thank you for your time.
 
Control Chart Builder(
	Size(534, 456),
	Show Control Panel(0),
	Variables(
		Subgroup(:"Point of Use Sample ID-Result Units-Date Collected-1/3/2023"n),
		Y(:"211-ppb-114.2"n)
	),
	Chart(Position(1), Limits(Shade Zones(1)), Add Spec Limits({LSL(0), USL(500), Target(250)})),
	SendToReport(
		Dispatch(
			{},
			"211-ppb-114.2",
			ScaleBox,
			{Format("Best", 12), Min(-7.39525022607722), Max(502.242588833477), Inc(100),
			Minor Ticks(1), Add Ref Line(0, "Solid", "Blue", "LSL", 1),
			Add Ref Line(500, "Solid", "Blue", "USL", 1),
			Add Ref Line(250, "Solid", "Blue", "Target", 1)}
		),
		Dispatch(
			{},
			"graph display 1 title",
			TextEditBox,
			{Set Text("Individual & Moving Range chart of 211-ppb")}
		),
		Dispatch({}, "Subgroup display 1 title", TextEditBox, {Set Text("Date")}),
		Dispatch({}, "Y display 1 title", TextEditBox, {Set Text("211-ppb")}),
		Dispatch(
			{},
			"Control Chart Builder",
			FrameBox,
			{Grid Line Order(2), Reference Line Order(1)}
		)
	)
)