Skip to main content

TdxChartExplodedValueOptions Class

Stores slice display settings related to the exploded state of Pie and Doughnut series.

Declaration

TdxChartExplodedValueOptions = class(
    TdxChartOwnedPersistent
)

Remarks

You can visually separate pie or doughnut slices to enhance chart readability.

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

Main API Members

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.

Mode
Specifies what pie or doughnut slices are displayed separately from their neighbors.
Distance
Specifies 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.
Assign
Copies slice display settings between Pie and Doughnut Views.

Direct TdxChartExplodedValueOptions Class References

The ExplodedValueOptions property of a Pie or Doughnut View references a TdxChartExplodedValueOptions object.

See Also