Learn R Programming

rAmCharts (version 2.1.15)

ValueAxis-class: 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.

Arguments

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

datastorm-open

Details

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