ChartPoint.TextValue

Syntax

TextValue: String;

Description

The TextValue property determines text value for a point of chart data series.

Comments

Use JSON or the setTextValue method to set the property value and the getTextValue method to get the property value.

Example

The example of use is given on the Example of Creating a Stacked Histogram page.

See also:

ChartPoint