R-Axis : R axis parameters

# rAxis2Title
R axis2 title
Type: string
Default:
Used in: Circular

# rAxisCeilValue
Value to ceil the data in the R axis
Type: float
Default:
Used in: Circular

# rAxisCurrent
Sample id that is currently displayed in the R axis. Important when there are more that one series displayed in the graph
Type: integer
Default:
Used in: Circular

# rAxisExact
Flag to force exact values in R axis
Type: boolean
Default: false
Used in: Circular

# rAxisFactorValue
Value to factor the data in the R axis
Type: float
Default:
Used in: Circular

# rAxisFloorValue
Value to floor the data in the R axis
Type: float
Default:
Used in: Circular

# rAxisGridMajorColor
Color for the major grid lines in the R axis
Type: color
Default: rgb(204, 204, 204)
Used in: Circular

# rAxisGridMajorLength
Length for the major grid lines in the R axis
Type: float
Default: 5
Used in: Circular

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

# rAxisGridMajorShow
Flag to show/hide the major grid lines in the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisGridMajorShow
Flag to show/hide the major grid lines in the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisGridMajorTransparency
Transparency for the color of the major grid lines in the R axis
Type: float
Default: 1
Used in: Circular

# rAxisGridMajorWidth
Width for the major grid lines in the R axis
Type: float
Default: 1
Used in: Circular

# rAxisGridMinorColor
Color for the minor grid lines in the R axis
Type: color
Default: rgb(204, 204, 204)
Used in: Circular

# rAxisGridMinorLength
Length for the minor grid lines in the R axis
Type: float
Default: 5
Used in: Circular

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

# rAxisGridMinorShow
Flag to show/hide the minor grid lines in the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisGridMinorShow
Flag to show/hide the minor grid lines in the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisGridMinorTransparency
Transparency for the color of the minor grid lines in the R axis
Type: float
Default: 1
Used in: Circular

# rAxisGridMinorWidth
Width for the minor grid lines in the R axis
Type: float
Default: 0.5
Used in: Circular

# rAxisLabelOrientation
Orientation to show the ticks values in circular plots
Type: string
Default: perpendicular
Options: perpendicular, circular
Used in: Circular

# rAxisLogTicksColor
Color for the log tick lines in the R axis
Type: color
Default: rgb(0,0,0)
Used in: Circular

# rAxisLogTicksLength
Length for the log tick lines in the R axis
Type: float
Default: 8
Used in: Circular

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

# rAxisLogTicksShow
Flag to show/hide the log tick lines in the R axis
Type: boolean
Default: false
Used in: Circular

# rAxisLogTicksTransparency
Transparency for the color of the log tick lines in the R axis
Type: float
Default: 1
Used in: Circular

# rAxisLogTicksWidth
Width for the log tick lines in the R axis
Type: float
Default: 1
Used in: Circular

# rAxisPercentShow
Flag to show on not the percent in each segment in the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisSetMinorValues
Set the minor values for the axis in the R axis
Type: array
Default: []
Used in: Circular

# rAxisSetValues
Set the values for the axis in the R axis
Type: array
Default: []
Used in: Circular

# rAxisShow
Flag to show/hide the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisTextAlign
Alignment (or position) for the axis text
Type: string
Default: center
Options: left, center, right
Used in: Circular

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

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

# rAxisTextFontSize
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 rAxisTextScaleFontFactor
Type: integer
Default: 8
Used in: Circular

# rAxisTextFontStyle
Font style for the axis text
Type: string
Default:
Options: , bold, italic, bold italic
Used in: Circular

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

# rAxisTextRotate
Rotation in degrees for the axis text
Type: integer
Default:
Used in: Circular

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

# rAxisTickFormat
R axis format for the tick values in the R 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:
Used in: Circular

# rAxisTicks
Approx number of tick lines in the R axis
Type: integer
Default: 5
Used in: Circular

# rAxisTicksColor
Color for the marker lines across the R axis
Type: color
Default: rgb(204, 204, 204)
Used in: Circular

# rAxisTicksLength
Length for the marker lines across the R axis
Type: float
Default:
Used in: Circular

# rAxisTicksLineType
Type of line for the marker lines across the R axis
Type: string
Default: solid
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash
Used in: Circular

# rAxisTicksShow
Flag to show/hide the marker lines across the R axis
Type: boolean
Default: true
Used in: Circular

# rAxisTicksTransparency
Transparency for the color of the marker lines across the R axis
Type: float
Default: 1
Used in: Circular

# rAxisTicksWidth
Width for the marker lines across the R axis
Type: float
Default: 1
Used in: Circular

# rAxisTime
Flag to force date format in R axis
Type: boolean
Default: false
Used in: Circular

# rAxisTitle
R axis title
Type: string
Default:
Used in: Circular

# rAxisTitleAlign
Alignment (or position) for the axis title
Type: string
Default: center
Options: left, center, right
Used in: Circular

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

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

# rAxisTitleDynamic
Set the title for the R axis dynamically as it changes when configured by the user
Type: boolean
Default: false
Used in: Circular

# rAxisTitleFontSize
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 rAxisTitleScaleFontFactor
Type: integer
Default: 8
Used in: Circular

# rAxisTitleFontStyle
Font style for the axis title
Type: string
Default:
Options: , bold, italic, bold italic
Used in: Circular

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

# rAxisTitleRotate
Rotation in degrees for the axis title
Type: integer
Default:
Used in: Circular

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

# rAxisTransform
Type of transformation for values in R axis
Type: string
Default:
Options: 0, log2, log10, -log2, -log10, exp2, exp10, sqrt, percentile
Used in: Circular

# rAxisTransformLinearTicks
Flag to transform the values of the ticks back to linear scale in the R axis
Type: boolean
Default: false
Used in: Circular

# rAxisTransformTicks
Flag to transform the values of the ticks in the R axis
Type: boolean
Default: false
Used in: Circular

# setMaxR
Set the maximum value for data in the R axis
Type: float
Default:
Used in: Circular

# setMinR
Set the minimum value for data in the R axis
Type: float
Default:
Used in: Circular