rAmCharts (version 1.1.2)

listProperties,AmBalloon-method: List attributes of an S4 object

Description

Attributes of an AmGraph object.

Attributes of an AmLegend object.

List attributes of an S4 object

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)

Arguments

.Object
any class object of the package

Examples

Run this code
amBalloon(adjustBorderColor = TRUE)
listProperties(amGraph(balloonText = "toto", type = "type", valueField = "valueField"))
listProperties(amGraph(balloonText = "toto", type = "type"))
listProperties(amLegend(useGraphSettings = TRUE))
amChart(type = "serial")
listProperties(amStockChart(test = 1))
# ---

new("ChartCursor", oneBalloonOnly = TRUE)
listProperties(chartScrollbar(enabled = TRUE))
dataSetSelector(position = "left")
lapply(list(gaugeArrow(alpha = .4, value = 1), gaugeArrow(alpha = .5)), listProperties)
listProperties(gaugeAxis())
lapply(list(gaugeBand(fillAlpha = .4, value = 1), gaugeBand(fillAlpha = .5)), listProperties)
lapply(list(guide(fillAlpha = .4, value = 1), guide(fillAlpha = .5)), listProperties)
listProperties(label(text = "balloonText"))
listProperties(periodSelector(fillAlpha = .4, value = 1))
listProperties(stockEvent())
stockPanel(drawnOnAxis = "axis1")
title(text = "foo")
trendLine(initialValue = 1, valueAxis = valueAxis(axisTitleOffset = 12, tickLength = 10))
library(pipeR)

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

Run the code above in your browser using DataLab