Skip to main content
All docs
V25.1
  • 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 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