initialize-ValueAxis: Initializes ValueAxis

initialize,ValueAxis-methodR Documentation

Initializes ValueAxis

Description

Creates a ValuesAxis or updates its properties.

Usage

## S4 method for signature 'ValueAxis'
initialize(.Object, title, guides, ...)

valueAxis(...)

## S4 method for signature 'ValueAxis,character'
setTitle(.Object, title)

Arguments

.Object

ValueAxis.

title

character.

guides

list of Guide.

...

Other properties (depend of call function)

Examples


guides <- list(guide(fillAlpha = .4), guide(fillAlpha = .5))
new("ValueAxis", title = "Hello !",  gridThickness = 1, guides = guides)


valueAxis(title = "Hello !", axisTitleOffset = 12)

setTitle(.Object = valueAxis(), title = "Hello !")


DataKnowledge/rAmCharts documentation built on Oct. 3, 2022, 5:42 a.m.