TTMSFNCChartSerie.AddVariablePoint Method
Adds a point with a primary y-value and a variable radius value for
ctVariableRadiusPie; returns the new point.
API unit family: TMSFNCChart
Declaring type: TTMSFNCChartSerie
Overloads
Overload 1
Adds a point with a primary y-value and a variable radius value for
ctVariableRadiusPie; returns the new point.
function AddVariablePoint(AYValue: Double; AYValueVariable: Double; AColor: TTMSFNCGraphicsColor = gcNull; ALegendText: String = ''): TTMSFNCChartPoint; overload;
Parameters
| Name | Description |
|---|---|
AYValue |
Primary y-value. |
AYValueVariable |
Radius variable value. |
AColor |
Per-point fill color override. |
ALegendText |
Legend label for this point. |
Returns
Returned value.
Overload 2
Adds a variable-radius pie point with an x-axis label; returns the new point.
function AddVariablePoint(AYValue: Double; AYValueVariable: Double; AXValueText: String; AColor: TTMSFNCGraphicsColor = gcNull; ALegendText: String = ''): TTMSFNCChartPoint; overload;
Parameters
| Name | Description |
|---|---|
AYValue |
Primary y-value. |
AYValueVariable |
Radius variable value. |
AXValueText |
Text label shown on the x-axis. |
AColor |
Per-point fill color override. |
ALegendText |
Legend label for this point. |
Returns
Returned value.