rAmCharts (version 1.1.2)

initialize,AmLegend-method: Initialize

Description

Initialize

Constructor for an AmLegend.

Setter for useGraphSettings.

Usage

"initialize"(.Object, useGraphSettings, ...)
amLegend(useGraphSettings, ...)
setUseGraphSettings(.Object, useGraphSettings)
"setUseGraphSettings"(.Object, useGraphSettings)

Arguments

.Object
AmLegend.
useGraphSettings
logical. If this is set to TRUE, border color instead of background color will be changed when user rolls-over the slice, graph, etc.
...

Functions

  • amLegend:

Examples

Run this code
new("AmLegend", useGraphSettings = TRUE)
amLegend(useGraphSettings = FALSE)
setUseGraphSettings(.Object = amLegend(), useGraphSettings = TRUE)

Run the code above in your browser using DataLab