"shownValueText"

The function defines, how the values should be displayed.

Synopsis

void shape.shownValueText(string valueText)

Parameter

Parameter Description
valueText "None", "Value", "Percent"

Description

"None", "Value" and "Percent" defines, how the values should be displayed for an item. This is possible in every charttype but Radar and Bubble. The "Percent"-display is only used in the charttypes Donut and PercentStackedBars.

When using "UserDefined" a text can be used instead of the value. The text can be set using the property setItemValueText.

Example

In the following, the valuetext was set to "Percent".

Abbildung 1. PercentStackedBars with percent-valuetext

Assignment

Chart.ewo