R6 class defining the configuration of background
See also
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
CumulativeTimeProfilePlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LabelConfiguration
,
LegendConfiguration
,
LineElement
,
ObsVsPredPlotConfiguration
,
PKRatioPlotConfiguration
,
PieChartPlotConfiguration
,
PlotConfiguration
,
PlotGridConfiguration
,
QQPlotConfiguration
,
ResVsPredPlotConfiguration
,
ResVsTimePlotConfiguration
,
TimeProfilePlotConfiguration
,
TornadoPlotConfiguration
,
XAxisConfiguration
,
YAxisConfiguration
Active bindings
watermark
Label
objectplot
BackgroundElement
objectpanel
BackgroundElement
objectxAxis
LineElement
objectyAxis
LineElement
objecty2Axis
LineElement
objectxGrid
LineElement
objectyGrid
LineElement
objecty2Grid
LineElement
object
Methods
Method new()
Create a new BackgroundConfiguration
object
Usage
BackgroundConfiguration$new(
watermark = NULL,
plot = NULL,
panel = NULL,
xAxis = NULL,
yAxis = NULL,
y2Axis = NULL,
xGrid = NULL,
yGrid = NULL,
y2Grid = NULL
)
Arguments
watermark
Label
object defining properties of watermarkplot
BackgroundElement
object defining outside plot background propertiespanel
BackgroundElement
object defining panel (inside of plot) background propertiesxAxis
LineElement
object defining properties of x-axisyAxis
LineElement
object defining properties of y-axisy2Axis
LineElement
object defining properties of right y-axisxGrid
LineElement
object defining properties of x-gridyGrid
LineElement
object defining properties of y-gridy2Grid
LineElement
object defining properties of right y-grid