TTMSFNCDonutChart.AddPointArray Method
Creates a new series from a flat array of y-values and returns it.
API unit family: TMSFNCChart
Declaring type: TTMSFNCDonutChart
Inherited from: TTMSFNCChart
Syntax
function AddPointArray(APoints: array of Double; ASerieType: TTMSFNCChartSerieType = ctLine): TTMSFNCChartSerie;
Parameters
| Name | Description |
|---|---|
APoints |
Array of y-values to add as points. |
ASerieType |
Chart type for the new series; default is ctLine. |
Returns
Returned value.