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
watermarkLabelobjectplotBackgroundElementobjectpanelBackgroundElementobjectxAxisLineElementobjectyAxisLineElementobjecty2AxisLineElementobjectxGridLineElementobjectyGridLineElementobjecty2GridLineElementobject
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
watermarkLabelobject defining properties of watermarkplotBackgroundElementobject defining outside plot background propertiespanelBackgroundElementobject defining panel (inside of plot) background propertiesxAxisLineElementobject defining properties of x-axisyAxisLineElementobject defining properties of y-axisy2AxisLineElementobject defining properties of right y-axisxGridLineElementobject defining properties of x-gridyGridLineElementobject defining properties of y-gridy2GridLineElementobject defining properties of right y-grid