Learn R Programming

rAmCharts (version 2.0.3)

ChartScrollbar-class: ChartScrollbar class

Description

Creates a scrollbar for amSerialChart and amXYChart charts.

Arguments

Slots

enabled
logical. Specifies if the chart should be updated while dragging/resizing the scrollbar or only at the moment when user releases mouse button.
graph
list. Specifies which graph properties will be displayed in the scrollbar. Only Serial chart's scrollbar can display a graph.
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.
otherProperties
list containing other avalaible properties not yet implemented in the package.
value
numeric.

Details

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