ValueAxis-class {rAmCharts} | R Documentation |
ValueAxis class
Description
Extension for ValueAxis to create an axis for amSerialChart, amRadarChart, amXYChart charts, multiple can be assigned. Gets automatically populated, one for amSerialChart and two for amXYChart charts, if none has been specified.
Details
Run api("ValueAxis")
for more information and all avalaible properties.
Slots
title
character
. Title of the axis.guides
list
.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. See examples for details.otherProperties
list
containing other avalaible properties not yet implemented in the package.value
numeric
. Guides belonging to this axis. Use addGuide method
Author(s)
datastorm-open
[Package rAmCharts version 2.1.15 Index]