Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSeriesPointInfo Class

Stores series point information.

#Declaration

Delphi
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 members of the TdxChartSeriesPointInfo class. These members 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 parent series.
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
Allows you to identify the series point to which the inspected point belongs.
TdxChartSeriesValueLabelInfo.SeriesPoint
Allows you to identify the series point to which the inspected value label belongs.
TdxChartGetSeriesPointDrawParametersEventArgs.SeriesPoint
Allows you to identify the currently processed series point.
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