ChartAreaPoint.BottomDataLabel

Syntax

BottomDataLabel: PP.Ui.ChartText;

Description

The BottomDataLabel property determines data labels for the second value of the data series point.

Comments

Use JSON or the setBottomDataLabel method to set the property value, and the getBottomDataLabel method to get the property value.

Example

The example of use is given on the Example of Creating an Area Chart page.

See also:

ChartAreaPoint