TdxChartSeriesPointInfo.Value Property
Returns the inspected series point’s value.
Declaration
property Value: Variant read;
Property Value
Type | Description |
---|---|
Variant | The inspected series point’s value. |
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