X-Axis : X axis parameters

# setMaxX

setMaxX : null

setMaxX : 75


# setMaxX2

setMaxX2 : null

setMaxX2 : 75


# setMinX

setMinX : null

setMinX : 25


# setMinX2

setMinX2 : null

setMinX2 : 75


# setPanningMaxX

setPanningMaxX : null

setPanningMaxX : 125


# setPanningMinX

setPanningMinX : null

setPanningMinX : -5


# xAxis

xAxis : ["Col1","Col2"]

xAxis : ["Col3","Col4"]


# xAxis2

xAxis2 : ["Col2","Col3"]

xAxis2 : ["Col3","Col4"]


# xAxis2Rotate

# xAxis2Show

xAxis2Show : true

xAxis2Show : false


# 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:

xAxis2TickFormat : "%.0f Mil."

xAxis2TickFormat : "%.2f"


# xAxis2Ticks

# xAxis2Title

xAxis2Title : "X-Axis 2"

xAxis2Title : false


# xAxisCeilValue

xAxisCeilValue : 50

xAxisCeilValue : 100


# 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

# xAxisFactorValue

xAxisFactorValue : 1

xAxisFactorValue : 2


# xAxisFloorValue

xAxisFloorValue : 0

xAxisFloorValue : 25


# xAxisGridMajorColor

xAxisGridMajorColor : "#9e0adb"

xAxisGridMajorColor : "#ff7d00"


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

xAxisGridMajorLineType : "solid"

xAxisGridMajorLineType : "dashed"


# xAxisGridMajorShow

xAxisGridMajorShow : true

xAxisGridMajorShow : false


# xAxisGridMajorTransparency

# xAxisGridMajorWidth

xAxisGridMajorWidth : 1

xAxisGridMajorWidth : 3


# xAxisGridMinorColor

xAxisGridMinorColor : "#9e0adb"

xAxisGridMinorColor : "#ff7d00"


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

xAxisGridMinorLineType : "solid"

xAxisGridMinorLineType : "dashed"


# xAxisGridMinorShow

xAxisGridMinorShow : true

xAxisGridMinorShow : false


# xAxisGridMinorTransparency

# xAxisGridMinorWidth

xAxisGridMinorWidth : 1

xAxisGridMinorWidth : 3


# xAxisHistogramHeight

xAxisHistogramHeight : 150

xAxisHistogramHeight : 200


# xAxisHistogramShow

xAxisHistogramShow : true

xAxisHistogramShow : false


# xAxisLineBottomColor

xAxisLineBottomColor : "#9e0adb"

xAxisLineBottomColor : "#ff7d00"


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

xAxisLineBottomLineType : "solid"

xAxisLineBottomLineType : "dashed"


# xAxisLineBottomShow

xAxisLineBottomShow : true

xAxisLineBottomShow : false


# xAxisLineBottomTransparency

# xAxisLineBottomWidth

xAxisLineBottomWidth : 1

xAxisLineBottomWidth : 3


# xAxisLineTopColor

xAxisLineTopColor : "#9e0adb"

xAxisLineTopColor : "#ff7d00"


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

xAxisLineTopLineType : "solid"

xAxisLineTopLineType : "dashed"


# xAxisLineTopShow

xAxisLineTopShow : true

xAxisLineTopShow : false


# xAxisLineTopTransparency

# xAxisLineTopWidth

xAxisLineTopWidth : 1

xAxisLineTopWidth : 3


# xAxisLogTicksColor

xAxisLogTicksColor : "#9e0adb"

xAxisLogTicksColor : "#ff7d00"


# xAxisLogTicksLength

xAxisLogTicksLength : 5

xAxisLogTicksLength : 10


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

# xAxisLogTicksShow

xAxisLogTicksShow : true

xAxisLogTicksShow : false


# xAxisLogTicksTransparency

# xAxisLogTicksWidth

xAxisLogTicksWidth : 1

xAxisLogTicksWidth : 3


# xAxisMinorTicks

xAxisMinorTicks : 2

xAxisMinorTicks : 5


# xAxisRugHeight

xAxisRugHeight : 25

xAxisRugHeight : 50


# xAxisRugPosition

xAxisRugPosition : "bottom"

xAxisRugPosition : "top"


# xAxisRugShow

xAxisRugShow : true

xAxisRugShow : false


# xAxisSetMinorValues

# xAxisSetValues

xAxisSetValues : []

xAxisSetValues : [10,30,50,70,90]


# xAxisShow

xAxisShow : true

xAxisShow : false


# xAxisTextColor

xAxisTextColor : "#9e0adb"

xAxisTextColor : "#ff7d00"


# xAxisTextFontSize
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 xAxisTextScaleFontFactor
Type: integer
Default: 8

# xAxisTextFontStyle

xAxisTextFontStyle : "bold"

xAxisTextFontStyle : "italic"


# xAxisTextMargin

xAxisTextMargin : 5

xAxisTextMargin : 25


# xAxisTextRotate

# xAxisTextScaleFontFactor

xAxisTextScaleFontFactor : 0.5

xAxisTextScaleFontFactor : 1.2


# 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:

xAxisTickFormat : "%.0f"

xAxisTickFormat : "%.2f"


# xAxisTicks

xAxisTicks : 5

xAxisTicks : 10


# xAxisTicksColor

xAxisTicksColor : "#9e0adb"

xAxisTicksColor : "#ff7d00"


# xAxisTicksLength

xAxisTicksLength : 5

xAxisTicksLength : 20


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

# xAxisTicksShow

xAxisTicksShow : true

xAxisTicksShow : false


# xAxisTicksTransparency

# xAxisTicksWidth

xAxisTicksWidth : 1

xAxisTicksWidth : 3


# xAxisTime

# xAxisTitle

xAxisTitle : "Custom X Axis Title"

xAxisTitle : "Another X Axis Title"


# xAxisTitleAlign

# xAxisTitleBaseline

# xAxisTitleColor

xAxisTitleColor : "#9e0adb"

xAxisTitleColor : "#ff7d00"


# xAxisTitleDynamic

# xAxisTitleFontSize
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 xAxisTitleScaleFontFactor
Type: integer
Default: 8

# xAxisTitleFontStyle

xAxisTitleFontStyle : "bold"

xAxisTitleFontStyle : "italic"


# xAxisTitleMargin

xAxisTitleMargin : 5

xAxisTitleMargin : 25


# xAxisTitleRotate

# xAxisTitleScaleFontFactor

xAxisTitleScaleFontFactor : 0.5

xAxisTitleScaleFontFactor : 1.2


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

xAxisTransform : "log2"

xAxisTransform : "log10"


# xAxisTransformLinearTicks

xAxisTransformLinearTicks : true

xAxisTransformLinearTicks : false


# xAxisTransformTicks

xAxisTransformTicks : true

xAxisTransformTicks : false