vcl-dxchartcore-b66f1ca8.md
Stores series point information.
TdxChartSeriesPointInfo = class(
TObject
)
The TdxChartSeriesPointInfo class stores information you can use to identify series points in all diagram types in the Chart control.
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 | ValueReturn the current series point’s argument and value.ArgumentDisplayText | ValueDisplayTextReturn display text for the series point’s argument and value.SeriesProvides access to the parent series.IndexReturns the point’s index in the parent series.
The following public API members reference a TdxChartSeriesPointInfo object:
TdxChartHitTest.SeriesPointAllows you to identify the series point to which the inspected point belongs.TdxChartSeriesValueLabelInfo.SeriesPointAllows you to identify the series point to which the inspected value label belongs.TdxChartGetSeriesPointDrawParametersEventArgs.SeriesPointAllows you to identify the currently processed series point.TdxChartGetValueLabelDrawParametersEventArgs.SeriesPointProvides access to the series point that corresponds to the processed value label.TdxChartCanExplodeValueEventArgs.SeriesPointProvides access to the series point that corresponds to the currently processed pie or doughnut slice.
TObject TdxChartSeriesPointInfo
See Also
TdxChartSeriesValueLabelInfo Class
TdxChartAxisValueLabelInfo Class