StringFormat: String;
StringFormat: string;
The StringFormat property determines format of displaying tooltip data labels on the chart.
To create a value, you can use variables, text, or substitutes described in the table.
| Value | Description |
| %Autovalue | Auto value format (default). |
| %Value | Point value. |
| %YValue | Y axis point value. |
| %XValue | X axis point value. |
| %Part | Stacked value. |
| %Percent | Parts in percents: 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: 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 the format of numeric values, use the IChartHint.CustomFormat property.
The property use is given in the example for IChartHint.CustomFormat.
See also: