Back to Devexpress

TdxChartSeriesPoints.Arguments Property

vcl-dxchartcore-dot-tdxchartseriespoints-05499648.md

latest1.8 KB
Original Source

TdxChartSeriesPoints.Arguments Property

Provides indexed access to stored series point arguments.

Declaration

delphi
property Arguments[Index: Integer]: Variant read; write;

Property Value

TypeDescription
Variant

A series point argument.

You can use the Count property to identify the number of items accessible through the Arguments property.

|

Remarks

Use Arguments and Values properties to access and modify individual series point arguments and values.

You can use ArgumentDisplayTexts and ValueDisplayTexts properties to define custom display text for series arguments and values. If these properties are unspecified, the Chart control generates display text for series value labels and tooltips from corresponding Arguments and Values property values.

Tip

To identify the actual data type of series point arguments, you can use the DataBinding.ArgumentField.ValueType property.

See Also

TdxChartSeriesPoints.ArgumentDisplayTexts Property

TdxChartSeriesPoints Class

TdxChartSeriesPoints Members

dxChartCore Unit