Skip to main content

TdxChartCanExplodeValueEventArgs Members

Stores information related to an OnCanExplodeValue event occurrence in a Pie or Doughnut series View.

Constructors

Name Description
Create(TdxChartSeriesPointInfo) Initializes a new instance of the TdxChartCanExplodeValueEventArgs class with specified settings.

Properties

Name Description
CanExplode Specifies if the currently processed pie or doughnut slice is displayed separately from all other slices in the series.
SeriesPoint Provides access to the series point that corresponds to the currently processed pie or doughnut slice.

Methods

Name Description
Empty Inherited from TdxEventArgs.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also