Skip to main content
All docs
V24.2

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

TdxChartGetSeriesPointDrawParametersEventArgs Class

Stores information related to an OnGetSeriesPointDrawParameters event occurrence in an XY or simple diagram.

#Declaration

Delphi
TdxChartGetSeriesPointDrawParametersEventArgs = class(
    TdxEventArgs
)

#Remarks

#Main API Members

The list below outlines key members of the TdxChartGetSeriesPointDrawParametersEventArgs class. These members allow you to customize the appearance of individual series points.

DrawParameters
Allows you to customize appearance settings of a series point.
SeriesPoint
Allows you to identify the currently processed series point.

#Direct TdxChartGetSeriesPointDrawParametersEventArgs Class References

The AArgs parameter of the TdxChartGetSeriesPointDrawParametersEvent procedural type references a TdxChartGetSeriesPointDrawParametersEventArgs object.

#Inheritance

TObject
TdxEventArgs
TdxChartGetSeriesPointDrawParametersEventArgs
See Also