Skip to main content

TdxChartSimpleSeriesCustomPieView.ExplodedValueOptions Property

Specifies how the Pie or Doughnut series View displays separate value slices.

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.

VCL Chart Control: An Exploded Doughnut Series in a Simple Diagram

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