Skip to main content

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

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