Back to Devexpress

TdxChartCanExplodeValueEventArgs.CanExplode Property

vcl-dxchartsimplediagram-dot-tdxchartcanexplodevalueeventargs.md

latest1.3 KB
Original Source

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

TypeDescription
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

TdxChartCanExplodeValueEventArgs Class

TdxChartCanExplodeValueEventArgs Members

dxChartSimpleDiagram Unit