Z-Axis : Z axes parameters

# setMaxZ
Set the maximum value for data in the Z axis
Type: float
Default:

# setMinZ
Set the minimum value for data in the Z axis
Type: float
Default:

# setPanningMaxZ
Set the maximum value allowed to pann the data in the Z axis
Type: float
Default:

# setPanningMinZ
Set the minimum value allowed to pann the data in the Z axis
Type: float
Default:

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

# zAxis2Title
Z axis2 title
Type: string
Default:

# zAxisCeilValue
Value to ceil the data in the Z axis
Type: float
Default:

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

# zAxisExact
Flag to force exact values in Z axis
Type: boolean
Default: false

# zAxisFactorValue
Value to factor the data in the Z axis
Type: float
Default:

# zAxisFloorValue
Value to floor the data in the Z axis
Type: float
Default:

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

# zAxisGridMajorLength
Length for the major grid lines in the Z axis
Type: float
Default: 5

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

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

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

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

# zAxisGridMajorWidth
Width for the major grid lines in the Z axis
Type: float
Default: 1

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

# zAxisGridMinorLength
Length for the minor grid lines in the Z axis
Type: float
Default: 5

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

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

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

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

# zAxisGridMinorWidth
Width for the minor grid lines in the Z axis
Type: float
Default: 0.5

# zAxisLogTicksColor
Color for the log tick lines in the Z axis
Type: color
Default: rgb(0,0,0)

# zAxisLogTicksLength
Length for the log tick lines in the Z axis
Type: float
Default: 8

# zAxisLogTicksLineType
Type of line for the log tick lines in the Z axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

# zAxisLogTicksShow
Flag to show/hide the log tick lines in the Z axis
Type: boolean
Default: false

# zAxisLogTicksTransparency
Transparency for the color of the log tick lines in the Z axis
Type: float
Default: 1

# zAxisLogTicksWidth
Width for the log tick lines in the Z axis
Type: float
Default: 1

# zAxisSetMinorValues
Set the minor values for the axis in the Z axis
Type: array
Default: []

# zAxisSetValues
Set the values for the axis in the Z axis
Type: array
Default: []

# zAxisShow
Flag to show/hide the Z axis
Type: boolean
Default: true

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

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

# zAxisTextColor
Color for the text in axis text
Type: color
Default: rgb(0,0,0)

# zAxisTextFontSize
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 zAxisTextScaleFontFactor
Type: integer
Default: 8

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

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

# zAxisTextRotate
Rotation in degrees for the axis text
Type: integer
Default:

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

# zAxisTickFormat
Z axis format for the tick values in the Z 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:

# zAxisTicks
Approx number of tick lines in the Z axis
Type: integer
Default: 10

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

# zAxisTicksLength
Length for the marker lines across the Z axis
Type: float
Default:

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

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

# zAxisTicksTransparency
Transparency for the color of the marker lines across the Z axis
Type: float
Default: 1

# zAxisTicksWidth
Width for the marker lines across the Z axis
Type: float
Default: 1

# zAxisTime
Flag to force date format in Z axis
Type: boolean
Default: false

# zAxisTitle
Z axis title
Type: string
Default:

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

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

# zAxisTitleColor
Color for the text in axis title
Type: color
Default: rgb(0,0,0)

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

# zAxisTitleFontSize
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 zAxisTitleScaleFontFactor
Type: integer
Default: 8

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

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

# zAxisTitleRotate
Rotation in degrees for the axis title
Type: integer
Default:

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

# zAxisTransform
Type of transformation for values in Z axis
Type: string
Default:
Options: 0, log2, log10, -log2, -log10, exp2, exp10, sqrt, percentile

# zAxisTransformLinearTicks
Flag to transform the values of the ticks back to linear scale in the Z axis
Type: boolean
Default: false

# zAxisTransformTicks
Flag to transform the values of the ticks in the Z axis
Type: boolean
Default: false