Axis : General axis parameters

# axisAlgorithm

Algorithm used to position tick labels on axes. See An Extension of Wilkinson’s Algorithm for Positioning Tick Labels on Axes. Justin Talbot, Sharon Lin, Pat Hanrahan
Type: string
Default: rPretty
Options: heckbert, wilkinson, wilkinsonExtended, rPretty

# axisCoordinate

Flag to coordinate xAxis and xAxis2 in *-Line combination plots
Type: boolean
Default: false

# axisExtension

Percentage to extend the values of the data to ensure all the data points are plotted inside and not over the edges of the graph
Type: float
Default: 0.1

# axisTickAlign

Align for the axis
Type: string
Default: left
Options: left, center, right

# axisTickBaseline

Baseline for the axis
Type: string
Default: middle
Options: top, middle, bottom

# axisTickColor


# axisTickFontSize

Font size for the text in axis. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the axisTickScaleFontFactor
Type: integer
Default: 12

# axisTickFontStyle

Font style for the axis
Type: string
Default:
Options: , bold, italic, bold italic

# axisTickMargin


# axisTickRotate


# axisTickScaleFontFactor

Scaling factor used to increase or decrease the axis font size in the canvas
Type: float
Default: 1

# axisTitleAlign

Align for the axis
Type: string
Default: left
Options: left, center, right

# axisTitleBaseline

Baseline for the axis
Type: string
Default: middle
Options: top, middle, bottom

# axisTitleColor


# axisTitleFontSize

Font size for the text in axis. Be aware that auto scaling font must be turned off for this property to take effect. A more convenient way to modify the size is to use the axisTitleScaleFontFactor
Type: integer
Default: 13

# axisTitleFontStyle

Font style for the axis
Type: string
Default:
Options: , bold, italic, bold italic

# axisTitleMargin


# axisTitleRotate


# axisTitleScaleFontFactor

Scaling factor used to increase or decrease the axis font size in the canvas
Type: float
Default: 1

# axisWilkinsonLoose

Flag to indicate whether to use loose positioning when using the wilkinson algorithm to position the labels on the axis. There will not be a difference most of the times
Type: boolean
Default: false