Label-class {rAmCharts} | R Documentation |
Label class
Description
Creates a label on the chart which can be placed anywhere, multiple can be assigned.
Details
Run api("Label")
for more information and all avalaible properties.
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(s)
datastorm-open
[Package rAmCharts version 2.1.15 Index]