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

TdxChartSeriesTopNOptions.ShowOthers Property

Specifies if a simple series displays the sum of non-emphasized (other) values as a separate pie or doughnut slice.

#Declaration

Delphi
property ShowOthers: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

True if the sum of other values is displayed as a separate slice; otherwise, False.

#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
VCL Chart Control: The Separate
False
VCL Chart Control: The Separate

#Default Value

The ShowOthers property’s default value is True.

Footnotes
See Also