Skip to main content
All docs
V25.1
  • TdxChartGetSeriesPointDrawParametersEventArgs.SeriesPoint Property

    Allows you to identify the currently processed series point.

    Declaration

    property SeriesPoint: TdxChartSeriesPointInfo read;

    Property Value

    Type Description
    TdxChartSeriesPointInfo

    The target series point.

    Remarks

    Use SeriesPoint.Series, SeriesPoint.Index, SeriesPoint.Argument, and SeriesPoint.Value properties to identify the target series point for the current appearance customization event occurrence.

    Refer to the TdxChartSeriesPointInfo class description for detailed information on all available options.

    See Also