Guide-class {rAmCharts} | R Documentation |
Guide class
Description
Creates a horizontal/vertical guideline-/area for amSerialChart, amXYChart and amRadarChart charts, automatically adapts it's settings from the axes if none has been specified.
Details
Run api("Guide")
for more information and all avalaible properties.
Slots
fillAlpha
numeric
. Specifies if a grid line is placed on the center of a cell or on the beginning of a cell. Possible values are: "start" and "middle" This setting doesn't work if parseDates is set to TRUE.valueAxis
ValueAxis. As you can add guides directly to the chart, you might need to specify which value axis should be used.
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
.
Author(s)
datastorm-open