TdxChartSeriesTopNOptions.ShowOthers Property
Specifies if a simple series displays the sum of non-emphasized (other) values as a separate pie or doughnut slice.
Declaration
property ShowOthers: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
You can set the ShowOthers
property to False
to hide a slice that corresponds to all other series points so emphasized points occupy more space. Use Mode and Value properties to define point emphasis criteria.
Property Value Examples
This section lists doughnut series examples with the following ShowOthers
property values under the same[1] conditions:
True
False
Default Value
The ShowOthers
property’s default value is True
.
Footnotes
-
- 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).
See Also