To set control limit color to yellow and it's width to 2, you can use the following code:
StatQCSeries.ControlLimitPen.Color := clYellow; StatQCSeries.ControlLimitPen.Width := 2;