TTMSFNCXYLineChart.AddParetoLine Method
Adds a Pareto cumulative-percentage line overlaid on the series at the given index.
API unit family: TMSFNCChart
Declaring type: TTMSFNCXYLineChart
Inherited from: TTMSFNCChart
Syntax
function AddParetoLine(ASerieIndex, AStartx, AEndx: Integer; AUseCommonYRange: Boolean = True; ASerieLineColor: TTMSFNCGraphicsColor = gcBlack; ASerieLineWidth: Integer = 1): TTMSFNCChartSerie;
Parameters
| Name | Description |
|---|---|
ASerieIndex |
Zero-based index of the source series to compute the Pareto line from. |
AStartx |
Starting x-axis point index. |
AEndx |
Ending x-axis point index. |
AUseCommonYRange |
When True, the Pareto line participates in the common y-range calculation. |
ASerieLineColor |
Stroke color for the line. |
ASerieLineWidth |
Stroke width in pixels. |
Returns
Returned value.