Back to Devexpress

TdxChartSeriesPoints.Insert(Integer,Variant,Variant,string,string) Method

vcl-dxchartcore-dot-tdxchartseriespoints-dot-insert-x28-system-dot-integer-system-dot-variant-system-dot-variant-system-dot-string-system-dot-string-x29.md

latest2.8 KB
Original Source

TdxChartSeriesPoints.Insert(Integer,Variant,Variant,string,string) Method

Inserts a series point at the specified position in the collection.

Declaration

delphi
procedure Insert(AIndex: Integer; const AArgument: Variant; const AValue: Variant; const AArgumentDisplayText: string = ''; const AValueDisplayText: string = ''); overload;

Parameters

NameTypeDescription
AIndexInteger

The point insert position.

| | AArgument | Variant |

The series point argument.

| | AValue | Variant |

The series point value.

| | AArgumentDisplayText | string |

Optional. The custom display text string for the series point argument passed as the AArgument parameter.

If this parameter is omitted, the corresponding simple series legend item displays text converted from the AArgument parameter value. Note that XY series do not use argument display text.

| | AValueDisplayText | string |

Optional. The custom display text string for the series point value passed as the AValue parameter.

If this parameter is omitted, the corresponding series value label displays text converted from the AValue parameter value.

|

Remarks

To delete series points, you can call Clear and Delete procedures.

See Also

TdxChartSeriesPoints.Add(System.Double) Procedure

TdxChartSeriesPoints.Add(System.Double,System.Double) Procedure

TdxChartSeriesPoints.Add(System.Strings,System.Double) Procedure

TdxChartSeriesPoints.Add(System.Variant,System.Variant,System.String,System.String) Procedure

TdxChartSeriesPoints Class

TdxChartSeriesPoints Members

dxChartCore Unit