Var-Axis : Variable axis parameters for one dimensional plots

# varAxis
Name of the samples, groups or variables to be displayed in the Variable axis
Type: array
Default: []

# varAxis2Title

# varAxisCurrent
Sample id that is currently displayed in the Variable axis. Important when there are more that one series displayed in the graph
Type: integer
Default:

# varAxisExact
Flag to force exact values in Variable axis
Type: boolean
Default: false

# varAxisGridMajorColor
Color for the major grid lines in the Variable axis
Type: color
Default: rgb(204, 204, 204)

# varAxisGridMajorLineType
Type of line for the major grid lines in the Variable axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# varAxisGridMajorShow
Flag to show/hide the major grid lines in the Variable axis
Type: boolean
Default: true

# varAxisGridMajorTransparency
Transparency for the color of the major grid lines in the Variable axis
Type: float
Default: 1

# varAxisGridMajorWidth
Width for the major grid lines in the Variable axis
Type: float
Default: 1

# varAxisGridMinorColor
Color for the minor grid lines in the Variable axis
Type: color
Default: rgb(204, 204, 204)

# varAxisGridMinorLineType
Type of line for the minor grid lines in the Variable axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# varAxisGridMinorShow
Flag to show/hide the minor grid lines in the Variable axis
Type: boolean
Default: true

# varAxisGridMinorTransparency
Transparency for the color of the minor grid lines in the Variable axis
Type: float
Default: 1

# varAxisGridMinorWidth
Width for the minor grid lines in the Variable axis
Type: float
Default: 0.5

# varAxisSetMinorValues
Set the minor values for the axis in the Variable axis
Type: array
Default: []

# varAxisSetValues
Set the values for the axis in the Variable axis
Type: array
Default: []

# varAxisShow

# varAxisTextAlign
Alignment (or position) for the axis text
Type: string
Default: center
Options: left, center, right

# varAxisTextBaseline
Baseline (or reference line) for the axis text
Type: string
Default: middle
Options: top, middle, bottom

# varAxisTextColor

# varAxisTextFontSize
Font size for the text in axis text. 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 varAxisTextScaleFontFactor
Type: integer
Default: 8

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

# varAxisTextMargin
Margin to pad or separate the characters in the axis text
Type: float
Default: 5

# varAxisTextRotate

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

# varAxisTickFormat
Variable axis format for the tick values in the Variable axis. It could be a string with the sprintf format or an array where the first parameter is the sprintf format and the second parameter is a modification applied to the value before is passed to the sprintf function, i.e. ("/1000", "+ 100", etc.)
Type: string
Default:

# varAxisTicks
Approx number of tick lines in the Variable axis
Type: integer
Default: 5

# varAxisTicksColor
Color for the marker lines across the Variable axis
Type: color
Default: rgb(204, 204, 204)

# varAxisTicksLength
Length for the marker lines across the Variable axis
Type: float
Default:

# varAxisTicksLineType
Type of line for the marker lines across the Variable axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# varAxisTicksShow
Flag to show/hide the marker lines across the Variable axis
Type: boolean
Default: true

# varAxisTicksTransparency
Transparency for the color of the marker lines across the Variable axis
Type: float
Default: 1

# varAxisTicksWidth
Width for the marker lines across the Variable axis
Type: float
Default: 1

# varAxisTitle

# varAxisTitleAlign
Alignment (or position) for the axis title
Type: string
Default: center
Options: left, center, right

# varAxisTitleBaseline
Baseline (or reference line) for the axis title
Type: string
Default: middle
Options: top, middle, bottom

# varAxisTitleColor

# varAxisTitleDynamic
Set the title for the Variable axis dynamically as it changes when configured by the user
Type: boolean
Default: false

# varAxisTitleFontSize
Font size for the text in axis title. 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 varAxisTitleScaleFontFactor
Type: integer
Default: 8

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

# varAxisTitleMargin
Margin to pad or separate the characters in the axis title
Type: float
Default: 5

# varAxisTitleRotate

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