Axis
Axis.Rd
Class representing a chart axis object. Axes are used when creating a chart.
Public fields
title
The title of the axis.
isOpposed
Flag specifying whether the axis is located on the opposing side of the chart (left or top).
isLog
Flag specifying whether the axis is scaled logarithmically.
axisId
The id of the axis.
manualMin
Integer specifying the manually set minimum of the axis.
manualMax
Integer specifying the manually set maximum of the axis.
isInversed
Flag specifying whether the axis is inversed.
ticksPerInterval
Integer specifying the number of ticks per interval.
Methods
Method new()
Create a new Axis instance.
Usage
Axis$new(
title = NULL,
isOpposed = NULL,
isLog = NULL,
axisId = NULL,
manualMin = NULL,
manualMax = NULL,
isInversed = NULL,
ticksPerInterval = NULL
)
Arguments
title
The title of the axis.
isOpposed
Flag specifying whether the axis is located on the opposing side of the chart (left or top).
isLog
Flag specifying whether the axis is scaled logarithmically.
axisId
The id of the axis.
manualMin
Integer specifying the manually set minimum of the axis.
manualMax
Integer specifying the manually set maximum of the axis.
isInversed
Flag specifying whether the axis is inversed.
ticksPerInterval
Integer specifying the number of ticks per interval.