Back to Devexpress

TdxChartExplodedValueOptions Class

vcl-dxchartsimplediagram-901696c7.md

latest2.6 KB
Original Source

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.

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.

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.

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

TdxChartExplodedValueOptions Members

dxChartSimpleDiagram Unit