StringFormat: String;
StringFormat: string;
The StringFormat property determines a format of displaying tooltip data labels on the chart.
The value can be created using variables, text, or substitutes described in the table:
Value | Description |
%Autovalue | Automatic value format (default). |
%Value | Point value. |
%YValue | Y axis point value. |
%XValue | X axis point value. |
%Part | Stacked value. |
%Percent | Parts in percents is the ratio of the point value to the sum of values of this point over all the series expressed in percent. |
%PercentPart | Stacked parts in percents. |
%PercentHundredth | Parts is the ratio of the point value to the sum of values of this point over all the series. |
%PercentPartHundredth | Stacked parts. |
%SerieName | Series name. |
%SerieNo | Series number. |
%PointName | Point name. |
%PointNo | Point number. |
To determine a format of numeric values, use the IChartHint.CustomFormat property.
The property use is given in the example for IChartHint.CustomFormat.
See also: