TdxChartSeriesTopNOptions.Enabled Property
Specifies if a simple series limits the number of points displayed as separate pie or doughnut slices.
Declaration
property Enabled: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
Set the Enabled property to True to limit the number of series points displayed as separate slices.
Note
Mode, OthersValueFormat, ShowOthers, and Value property values have no effect if the Enabled property is set to False.
Property Value Examples
This section lists doughnut series examples with the following Enabled property values under the same[1] conditions:
FalseDefault. A simple series displays all points as separate slices according to the current sort order.

TrueA simple series displays
5points with highest values as individual slices. The sum of all other values is displayed as a separate slice.
Default Value
The Enabled property’s default value is False.
-
- The parent series is sorted in descending order by values (Series.SortBy and Series.SortOrder properties are set to TdxChartSeriesSortBy.Value and soDescending).
- The Mode property is set to TdxChartSeriesTopNOptionsMode.Count (default).
- The Value property value is set to
5(default).