rAmCharts (version 2.0.2)

listProperties: List properties of an S4 object

Description

Each S4 class implements the method to list its properties (usefull to update complex properties).

Usage

listProperties(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)
"listProperties"(.Object)

Arguments

.Object
any class object of the package

Value

A list containing all the chart's properties.

Examples

Run this code
amChart(type = "serial")

library(pipeR)

valueAxis(axisTitleOffset = 12, tickLength = 10, axisTitleOffset = 12) %>>%
addGuide(fillAlpha = .4, adjustBorderColor = TRUE, gridThickness = 1) %>>% listProperties

trendLine(initialValue = 1, valueAxis = valueAxis(axisTitleOffset = 12, tickLength = 10))
title(text = "foo")
# --- signature 'AmChart'
listProperties(amChart(test = 1))


stockPanel(drawnOnAxis = "axis1") 
listProperties(stockEvent())
listProperties(periodSelector(fillAlpha = .4, value = 1))
listProperties(label(text = "balloonText"))
# --- signature 'Guide'
lapply(list(guide(fillAlpha = .4, value = 1), guide(fillAlpha = .5)), listProperties)
listProperties(gaugeAxis())
# --- signature 'GaugeBand'
lapply(list(gaugeBand(fillAlpha = .4, value = 1), gaugeBand(fillAlpha = .5)), listProperties)

lapply(list(gaugeArrow(alpha = .4, value = 1), gaugeArrow(alpha = .5)), listProperties)
listProperties(chartScrollbar(enabled = TRUE))
new("ChartCursor", oneBalloonOnly = TRUE)

# --- signature 'AmLegend'
listProperties(amLegend(useGraphSettings = TRUE))

# --- signature 'AmGraph'
listProperties(amGraph(balloonText = "toto", type = "type", valueField = "valueField"))
listProperties(amGraph(balloonText = "toto", type = "type"))

amBalloon(adjustBorderColor = TRUE)


# --- signature 'AmStockChart'
listProperties(amStockChart(test = 1))

dataSetSelector(position = "left")

Run the code above in your browser using DataLab