Skip to main content

TdxChartSeriesTopNOptions.OthersValueFormat Property

Specifies a formatting pattern for the value label of the pie or doughnut slice that corresponds to the sum of all non-top series values.

Declaration

property OthersValueFormat: string read; write;

Property Value

Type Description
string

The formatting pattern for the Others slice displayed if the ShowOthers property is set to True.

Remarks

The value label of the slice that corresponds to the sum of all non-top series values uses the same formatting pattern as all other value labels in the same series. If no formatting pattern is assigned to series value labels, a simple series displays “Others” as a series argument in the Others slice label.

VCL Chart Control: Pie View - The Default Value Labels

You can use the OthersValueFormat property to display a different value label for the Others slice.

Examples

Value Example[1]
'' (default) VCL Chart Control: Pie View - The Default Formatting is Applied to the "Others" Slice Label
'Others: {V:0.00}M km²' VCL Chart Control: Pie View - Custom Formatting is Applied to the "Others" Slice Label

Default Value

The OthersValueFormat property’s default value is an empty string.

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

See Also