Skip to main content

TdxChartSeriesTopNOptions.Enabled Property

Specifies if a simple series displays only the top values as separate pie or doughnut slices.

Declaration

property Enabled: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
  • If True, a simple series displays only the top values separately. The series displays a sum of all other values as a separate slice if the ShowOthers property is set to True.
  • If False, a simple series displays all its values separately.

Remarks

Set the Enabled property to True to display only the largest values in a simple series. Mode, OthersValueFormat, ShowOthers, and Value property values have no effect if the Enabled property is set to False.

Examples

Value Example (Pie)[1] Example (Doughnut)[2]
False (default) VCL Chart Control: The Top N Values Display Mode is Disabled for a Pie Series VCL Chart Control: The Top N Values Display Mode is Disabled for a Doughnut Series
True VCL Chart Control: The Top N Values Display Mode is Enabled for a Pie Series VCL Chart Control: The Top N Values Display Mode is Enabled for a Doughnut Series

Default Value

The Enabled property’s default value is False.

Footnotes
  1. This example demonstrates different Enabled property values on the same Pie series under the following conditions:

  2. This example demonstrates different Enabled property values on the same Doughnut series under the following conditions:

See Also