Bar Graphs : General parameters in bar graphs

# barLollipopFactor

Ratio for the top (dot) of the lollipop in bar graphs. The higher the value the bigger the lollipop. See widthFactor to adjust the bar width (choose a value between 0.5 and 0.6)
Type: integer
Default: 1.5
Used in: Bar, BarLine

# barLollipopOpen

Pattern open for th lollipop
Type: boolean
Default: false
Used in: Bar, BarLine

# barPath

Show the path for the bar graph
Type: boolean
Default: false
Used in: Bar, BarLine

# barPathColor

Color for the bar graph path. If false, it will default to the color of the graph
Type: color
Default: rgb(0,0,0)
Used in: Bar, BarLine

# barPathTransparency

Transparency for the bar graph path
Type: boolean
Default: 0.1
Used in: Bar, BarLine

# barType

Flag to produce normal or lollipop bar graphs
Type: string
Default: normal
Options: normal, lollipop, arrow, swimmer
Used in: Bar, BarLine

# swimEnd

Variable to use in Swimmer Plot. Defaults to the third variable in the data set. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/
Type: string
Default: false
Options: false
Used in: Bar, BarLine

# swimHigh

Variable to use in Swimmer plot. Defaults to the first variable in the data set. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/
Type: string
Default: false
Options: false
Used in: Bar, BarLine

# swimHighCap

Name of sample annotation to use in Swimmer Plot. Defaults to High Cap. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/
Type: string
Default: false
Options: false
Used in: Bar, BarLine

# swimStart

Variable to use in Swimmer Plot. Defaults to the second variable in the data set. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/
Type: string
Default: false
Options: false
Used in: Bar, BarLine

# swimStatus

Name of sample annotation to use in Swimmer Plot. Defaults to Status. See https://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/
Type: string
Default: false
Options: false
Used in: Bar, BarLine