LabelForm

The LabelForm object contains information for labels manually drawn on the chart. To create a LabelForm object, call the LabelForm constructor:

var form = new LabelForm();

The label border color and style are set by the inherited GraphForm.setColor(value) and GraphForm.setLine(value) functions. See DefaultTextFrame to automatically use data values as element labels.

LabelForm provides the following methods: