stockLegend {rAmCharts}R Documentation

Constructor for StockLegend.

Description

This method is used for AmStockChart.

Usage

stockLegend(useGraphSettings, valueTextComparing = "[[percents.value]]%", ...)

Arguments

useGraphSettings

logical Legend markers can mirror graph's settings, displaying a line and a real bullet as in the graph itself. Set this property to TRUE if you want to enable this feature.

valueTextComparing

character

...

Properties of AmLegend. See https://docs.amcharts.com/3/javascriptstockchart/StockLegend

Value

An AmLegend object

Examples

stockLegend(useGraphSettings = TRUE)


[Package rAmCharts version 2.1.15 Index]