TdxChartSeriesPointInfo.Series Property
Provides access to the parent series.
#Declaration
property Series: TdxChartCustomSeries read;
#Property Value
Type | Description |
---|---|
Tdx |
The parent series. Cast the returned object to the Tdx Tip You can call the |
#Remarks
Use the Series
property to access the inspected point’s parent series. To identify the point’s index in the parent series, you can use the Index property.