Skip to main content

TdxChartSeriesPointInfo.Argument Property

Returns the inspected series point’s argument.

Declaration

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