Skip to main content

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

Create(TdxChartSeriesPointInfo) Constructor

Initializes a new instance of the TdxChartCanExplodeValueEventArgs class with specified settings.

#Declaration

Delphi
constructor Create(ASeriesPoint: TdxChartSeriesPointInfo);

#Parameters

Name Type Description
ASeriesPoint TdxChartSeriesPointInfo

The simple series point that corresponds to the currently processed pie or doughnut slice.

#Remarks

Warning

Do not call this constructor in your code. The Chart control automatically creates a TdxChartCanExplodeValueEventArgs class instance and passes it into a TdxChartCanExplodeValueEvent procedure assigned to the OnCanExplodeValue event of a Pie or Doughnut series View.

See Also