Skip to main content
All docs
V25.1
  • TdxChartCanExplodeValueEventArgs.CanExplode Property

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

    Declaration

    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