TdxChartExplodedValueMode Enum
#Declaration
TdxChartExplodedValueMode = (
None,
All,
Min,
Max,
Custom
);
#Members
Name | Description | Example (Doughnut) | Example (Pie) |
---|---|---|---|
None
|
Default. A Pie or Doughnut series is not exploded in this mode; the Exploded |
||
All
|
All slices of a Pie or Doughnut View are separated from each other. The View’s Exploded |
||
Min
|
Only the Pie or Doughnut slice that corresponds to the minimum series value is displayed separately from its series. The View’s Exploded |
||
Max
|
Only the Pie or Doughnut slice that corresponds to the maximum series value is displayed separately from its series. The View’s Exploded |
||
Custom
|
Pie or Doughnut slices do not separate automatically from each other but the series View raises the On |
#Remarks
Different slice display modes allow you to separate all or certain pie or doughnut slices from their neighbors.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the All
value in code.
#Direct TdxChartExplodedValueMode Type Reference
The ExplodedValueOptions.Mode property of Pie and Doughnut Views references the TdxChartExplodedValueMode
type.