Back to Devexpress

TdxChartSeriesPointInfo Class

vcl-dxchartcore-b66f1ca8.md

latest2.8 KB
Original Source

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 | 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.

Direct TdxChartSeriesPointInfo Class References

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.

Inheritance

TObject TdxChartSeriesPointInfo

See Also

TdxChartSeriesValueLabelInfo Class

TdxChartAxisValueLabelInfo Class

TdxChartHitTest Class

TdxChartSeriesPointInfo Members

dxChartCore Unit