class TQCSeries : public TLineSeries;
Quality Control Chart (QCC).
The TQCSeries can be used to plot Quality Control Charts (variable and attribute charts). It inherits all TLineSeries properties/methods and introduces some new properties.
Constructors
| Name | Description |
|---|---|
| TQCSeries |
Destructors
| Name | Description |
|---|---|
| ~TQCSeries |
Properties
| Name | Type | Description |
|---|---|---|
| CL | double | Defines Quality Control Chart Centerline. |
| CLPen | TChartPen* | Center line pen. |
| ControlLimitPen | TChartPen* | Control limit pen. |
| LCL | double | Defines Quality Control Chart Lower Control Limit. |
| ShowText | bool | Show/Hide control limits value. |
| TextNumericFormat | System::UnicodeString | Defines the numeric format for LCL,CL and UCL texts. |
| UCL | double | Defines Quality Control Chart Upper Control Limit. |
Methods
| Name | Description |
|---|---|
| Assign | |
| DoAfterDrawValues | |
| GetCL | |
| GetCLPen | |
| GetControlLimitPen | |
| GetEditorClass | |
| GetLCL | |
| GetShowText | |
| GetTextNumericFormat | |
| GetUCL | |
| IsValidSourceOf | |
| MaxYValue | |
| MinYValue | |
| SetSeriesColor |