Back to Devexpress

TdxChartSimpleSeriesCustomPieView.ExplodedValueOptions Property

vcl-dxchartsimplediagram-dot-tdxchartsimpleseriescustompieview-8bf8a695.md

latest1.7 KB
Original Source

TdxChartSimpleSeriesCustomPieView.ExplodedValueOptions Property

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

Declaration

delphi
property ExplodedValueOptions: TdxChartExplodedValueOptions read; write;

Property Value

TypeDescription
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

TdxChartSimpleSeriesCustomPieView.OnCanExplodeValue Event

TdxChartSimpleSeriesCustomPieView Class

TdxChartSimpleSeriesCustomPieView Members

dxChartSimpleDiagram Unit