Skip to main content
A newer version of this page is available. .

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.

  • Display different pie or doughnut slices separately from each other (Mode).
  • Adjust the offset of a separate slice from the center of Pie or Doughnut series (Distance).
  • Copy slice display settings between Pie and Doughnut Views (Assign).

Direct TdxChartExplodedValueOptions Class References

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

See Also