Back to Devexpress

TdxChartExplodedValueOptions.Mode Property

vcl-dxchartsimplediagram-dot-tdxchartexplodedvalueoptions.md

latest3.2 KB
Original Source

TdxChartExplodedValueOptions.Mode Property

Specifies what pie or doughnut slices are displayed separately from their neighbors.

Declaration

delphi
property Mode: TdxChartExplodedValueMode read; write; default TdxChartExplodedValueMode.None;

Property Value

TypeDefaultDescription
TdxChartExplodedValueModeNone

The active slice display mode for an exploded Pie or Doughnut series.

|

Remarks

Use the Mode property to separate all or certain pie or doughnut slices from their neighbors.

Property Value Examples

ValueExample[1]Example[2]
TdxChartExplodedValueMode.None ( default )
TdxChartExplodedValueMode.All
TdxChartExplodedValueMode.Max

Refer to the TdxChartExplodedValueMode type description for the full list of available fill modes.

Default Value

The Mode property’s default value is TdxChartExplodedValueMode.

Footnotes

  1. This example demonstrates different Mode property values for the same Pie series. The Distance property is set to 10.

  2. This example demonstrates different Mode property values for the same Doughnut series. The Distance property is set to 10.

See Also

TdxChartExplodedValueOptions.Distance Property

TdxChartExplodedValueOptions Class

TdxChartExplodedValueOptions Members

dxChartSimpleDiagram Unit