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
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 |
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.
You can use the OthersValueFormat
property to display a different value label for the Others slice.
Property Value Examples
Value | Example[1] |
---|---|
'' (default) |
|
'Others: {V:0.00}M km²' |
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.
-
This example demonstrates different
OthersValueFormat
property values for the same Pie series under the following conditions:- The Enabled property is set to
True
. - The Mode property is set to TdxChartSeriesTopNOptionsMode.Count.
- The Value property is set to
10
.
- The Enabled property is set to