"setItemValueText"
Used to set a text instead of the value of an item within a series.
Synopsis
void shape.setItemValueText(int series, int idx, string text)
Parameters
Parameter | Description |
---|---|
series | number of the series |
idx | Index of the item. Starting at 0. |
text | text, which should be set |
Description
Used to set a text instead of the value of an item within a series. For setting the text the property shownValueText must be set to "UserDefined".
Assignment
See also