You are here: Symbol Reference > StatSeries Namespace > Classes > TQCSeries Class > TQCSeries Properties > TQCSeries.ControlLimitPen Property
Stats Master VCL
ContentsIndex
Example

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;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.