listProperties {rAmCharts} | R Documentation |
Each S4 class implements the method to list its properties (usefull to update complex properties).
listProperties(.Object)
## S4 method for signature 'AmObject'
listProperties(.Object)
.Object |
any class object of the package |
A list containing all the chart's properties.
## Not run:
amChart(type = "serial")
## End(Not run)