TdxChartSimpleSeriesCustomPieView.ExplodedValueOptions Property
Declaration
property ExplodedValueOptions: TdxChartExplodedValueOptions read; write;
Property Value
Type | Description |
---|---|
TdxChartExplodedValueOptions | Stores slice display settings related to the exploded state of a Pie or Doughnut series. |
Remarks
You can visually separate doughnut or pie slices to enhance chart readability.
Use the ExplodedValueOptions
.Mode property to switch between different slice display modes. Refer to the TdxChartExplodedValueOptions class description for detailed information on available options.
See Also