Skip to main content
A newer version of this page is available. .

TdxChartSeriesPointInfo Class

Stores series point information.

Declaration

TdxChartSeriesPointInfo = class(
    TObject
)

Remarks

The TdxChartSeriesPointInfo class has members that allow you to do the following:

Direct TdxChartSeriesPointInfo Class References

The following public API members reference a TdxChartSeriesPointInfo object:

TdxChartHitTest.SeriesPoint
Provides access to the series point to which the inspected point belongs.
TdxChartSeriesValueLabelInfo.SeriesPoint
Provides access to the series point to which the inspected value label belongs.
TdxChartGetValueLabelDrawParametersEventArgs.SeriesPoint
Provides access to the series point that corresponds to the processed value label.
TdxChartCanExplodeValueEventArgs.SeriesPoint
Provides access to the series point that corresponds to the currently processed pie or doughnut slice.

Inheritance

TObject
TdxChartSeriesPointInfo
See Also