X-Axis : X axis parameters

# setMaxX

Set the maximum value for data in the X axis
Type: float
Default: null

# setMaxX2

Set the maximum value for data in the second X axis
Type: float
Default: null

# setMinX

Set the minimum value for data in the X axis
Type: float
Default: null

# setMinX2

Set the minimum value for data in the second X axis
Type: float
Default: null

# xAxis

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

# xAxis2

Name of the samples, groups or variables to be displayed in the second X axis
Type: array
Default: []

# xAxis2Show


# xAxis2TickFormat

X axis format for the tick values in the second X 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: false

# xAxis2Ticks

Approx number of tick lines in the second X axis
Type: integer
Default: 5

# xAxis2Title


# xAxisCeilValue


# xAxisCurrent

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

# xAxisExact

Flag to force exact values in the X axis
Type: boolean
Default: false

# xAxisFloorValue


# xAxisHistogramHeight

Size in pixels for the histogram in the X axis
Type: integer
Default: 80

# xAxisHistogramShow

Flag to show/hide the histogram in the X axis
Type: boolean
Default: false

# xAxisRugHeight

Size in pixels for the data rug in the X axis
Type: integer
Default: 15

# xAxisRugPosition

Position for the data rug in theX axis
Type: string
Default: bottom
Options: bottom, top, both

# xAxisRugShow

Flag to show/hide a data rug in the X axis
Type: boolean
Default: false

# xAxisShow

Flag to show/hide the X axis on the bottom
Type: boolean
Default: true

# xAxisTickColor

Color for the tick lines across the X axis
Type: color
Default: rgb(204,204,204)

# xAxisTickFormat

X axis format for the tick values in the X 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: false

# xAxisTickGuideColor

Color for the side tick lines indicators in the X axis on the bottom
Type: color
Default: rgb(204,204,204)

# xAxisTickGuideLength

Length for the side tick lines indicators in the X axis on the bottom
Type: float
Default: 5

# xAxisTickGuideLineType

Type of line for the side tick lines indicators in the X axis on the bottom
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# xAxisTickGuideShow

Flag to show/hide the side tick lines indicators in the X axis on the bottom
Type: boolean
Default: true

# xAxisTickGuideSize

Size for the side tick lines indicators in the X axis on the bottom
Type: float
Default: 0.5

# xAxisTickLeftColor

Color for the Left tick line across the X axis
Type: color
Default: rgb(204,204,204)

# xAxisTickLeftLength

Length for the Left tick line across the X axis
Type: float
Default: null

# xAxisTickLeftLineType

Type of line for the Left tick line across the X axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# xAxisTickLeftShow

Flag to show/hide the Left tick line across the X axis
Type: boolean
Default: true

# xAxisTickLeftSize

Size for the Left tick line across the X axis
Type: float
Default: 0.5

# xAxisTickLength

Length for the tick lines across the X axis
Type: float
Default: null

# xAxisTickLineType

Type of line for the tick lines across the X axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# xAxisTickRightColor

Color for the Right tick line across the X axis
Type: color
Default: rgb(204,204,204)

# xAxisTickRightLength

Length for the Right tick line across the X axis
Type: float
Default: null

# xAxisTickRightLineType

Type of line for the Right tick line across the X axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# xAxisTickRightShow

Flag to show/hide the Right tick line across the X axis
Type: boolean
Default: false

# xAxisTickRightSize

Size for the Right tick line across the X axis
Type: float
Default: 0.5

# xAxisTickShow

Flag to show/hide the tick lines across the X axis
Type: boolean
Default: true

# xAxisTickSize


# xAxisTicks


# xAxisTicksMajorShow

Flag to show/hide major tick lines in the X axis
Type: boolean
Default: true

# xAxisTicksMinorShow

Flag to show/hide minor tick lines in the X axis
Type: boolean
Default: true

# xAxisTitle


# xAxisTitleDynamic

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

# xAxisTransform

Type of transformation for values in the X axis
Type: string
Default: false
Options: false, log2, log10, exp2, exp10, percentile

# xAxisTransformTicks

Flag to transform the values of the ticks in the X axis
Type: boolean
Default: false