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

Control limit pen.

Pascal
property ControlLimitPen: TChartPen;

Access ControlLimitPen propery to control control limits pen properties (style, color, ...).

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;
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!