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.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

Type Default Description
TdxChartExplodedValueMode None

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.

#Examples

Value Example[1] Example[2]
TdxChartExplodedValueMode.None (default) VCL Chart Control: All Pie Slices are Displayed Together VCL Chart Control: All Doughnut Slices are Displayed Together
TdxChartExplodedValueMode.All VCL Chart Control: All Pie Slices are Displayed Separately VCL Chart Control: All Doughnut Slices are Displayed Separately
TdxChartExplodedValueMode.Max VCL Chart Control: Only the Largest Pie Slice is Displayed Separately VCL Chart Control: Only the Largest Doughnut Slice is Displayed Separately

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