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

TdxChartCanExplodeValueEventArgs.CanExplode Property

Specifies if the currently processed pie or doughnut slice is displayed separately from all other slices in the series.

#Declaration

Delphi
property CanExplode: Boolean read; write;

#Property Value

Type Description
Boolean

True if the processed slice is displayed separately; otherwise, False.

#Remarks

Set the CanExplode property to True in an OnCanExplodeValue event handler of a Pie or Doughnut series View to display the currently processed slice separately from other slices in the series.

Use the SeriesPoint property to identify the currently processed series point.

See Also