Learn R Programming

rAmCharts (version 2.1.16)

Label-class: Label class

Description

Creates a label on the chart which can be placed anywhere, multiple can be assigned.

Arguments

Slots

bold

character. Specifies if label is bold or not.

text

character. Text of a title.

x

numeric. X position of a label.

y

numeric. Y position of a label.

listeners

list containining the listeners to add to the object. The list must be named as in the official API. Each element must be a character string.

otherProperties

list containing other avalaible properties not yet implemented in the package.

value

numeric.

Author

datastorm-open

Details

Run api("Label") for more information and all avalaible properties.