Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSeriesPointInfo.Argument Property

Returns the inspected series point’s argument.

#Declaration

Delphi
property Argument: Variant read;

#Property Value

Type Description
Variant

The inspected series point’s argument.

#Remarks

You can use Argument and Value properties to identify the inspected series point.

Tip

If the inspected point is within the plot area of an XY diagram, you can also use the Chart control’s HitTest.Argument and HitTest.Value properties to obtain the series point’s coordinates in corresponding axis measurement units.

See Also