TdxChartExplodedValueOptions Class
Declaration
TdxChartExplodedValueOptions = class(
TdxChartOwnedPersistent
)
Remarks
You can visually separate pie or doughnut slices to enhance chart readability.
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.
Direct TdxChartExplodedValueOptions Class References
The ExplodedValueOptions property of a Pie or Doughnut View references a TdxChartExplodedValueOptions
object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TdxChartOwnedPersistent
TdxChartExplodedValueOptions
See Also