ChartDirector Ver 3.1 (PHP Edition Edition)

PolarLayer.setDataLabelStyle


Usage

setDataLabelStyle([font[, fontHeight[, fontColor[, fontAngle]]]])

Description

Enable data labels and set their styles.

Arguments

ArgumentDefaultDescription
font""The font used to draw the labels.
fontSize8The font size used to draw the labels.
fontColorTextColorThe color used to draw the labels.
fontAngle0Set the rotation of the font.

Return Value

A TextBox object that represents the prototype of the data labels. You may use the methods of this object to fine-tune the appearance of the data labels.