Skip to main content

TdxChartSeriesPointInfo Class

Stores series point information.

Declaration

TdxChartSeriesPointInfo = class(
    TObject
)

Remarks

The TdxChartSeriesPointInfo class stores information you can use to identify series points in all diagram types in the Chart control.

Main API Reference

The list below outlines key class members that allow you to obtain information on the currently processed or inspected series point.

Argument | Value
Return the current series point’s argument and value.
ArgumentDisplayText | ValueDisplayText
Return display text for the series point’s argument and value.
Series
Provides access to the series to which the current point belongs.
Index
Returns the point’s index in the parent series.

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