vcl-dxchartsimplediagram-901696c7.md
Stores slice display settings related to the exploded state of Pie and Doughnut series.
TdxChartExplodedValueOptions = class(
TdxChartOwnedPersistent
)
You can visually separate pie or doughnut slices to enhance chart readability.
The list below outlines key members of the TdxChartXYSeriesFullStackedLineView class that allow you to display different Pie and Doughnut slices separately from their neighbors and adjust the distance between them.
ModeSpecifies what pie or doughnut slices are displayed separately from their neighbors.DistanceSpecifies the base (for Pie series) or extra (for Doughnut series) distance (as a percentage of the series radius) between a separately displayed slice and the series center.AssignCopies slice display settings between Pie and Doughnut Views.
The ExplodedValueOptions property of a Pie or Doughnut View references a TdxChartExplodedValueOptions object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartOwnedPersistent TdxChartExplodedValueOptions
See Also