class TStatProbSeries : public TPointSeries;
Probability plot.
The TStatProbSeries inherits all TPointSeries properties/methods and introduces some new properies. TStatProbSeries can be used to construct "special" statistical plots:
- Normal probability plot,
- Quantile-Quantile plot,
- Weibull probability plot.
- Exponential probability plot.
Constructors
| Name | Description |
|---|---|
| TStatProbSeries |
Destructors
| Name | Description |
|---|---|
| ~TStatProbSeries |
Properties
| Name | Type | Description |
|---|---|---|
| ProbSeriesType | TProbSeriesType | Defines type of probability series being used. |
| SlopePen | TChartPen* | Control line pen. |
Methods
| Name | Description |
|---|---|
| AddSampleValues | |
| DoAfterDrawValues | |
| GetProbSeriesType | |
| GetSlopePen | |
| OnGetLabel | |
| SetParentChart | |
| SetSeriesColor |
Fields
| Name | Type | Description |
|---|---|---|
| MaxX | double | Define the slope line end point. |
| MaxY | double | |
| MinX | double | Define the slope line start point. |
| MinY | double |