Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartExplodedValueOptions Class

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

#Declaration

Delphi
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