Stats Master VCL
|
Control limit pen.
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;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|