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.OthersValueFormat Property

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

#Declaration

Delphi
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-emphasized 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.

#Property Value 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.

The default OthersValueFormat property value indicates that the Others slice label uses the same formatting pattern as all other slice labels in the series.

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

See Also