Skip to main content
All docs
V25.2
  • TdxChartExplodedValueOptions.Mode Property

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

    Declaration

    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.

    Property Value 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