Graphical Style Attributes

Style Attribute
Type
Examples
CapStyle
Affects shape of line at end of box whisker.
string
Valid Values:
"serif" | "line" | "bracket "
CapStyle="line"
Color
Affects background color of the graph, walls, or floor. Affects the color of text.
color
Color= colors("docbg")
Color=blue
Connect
Affects box plot connect line.
string
Valid Values:
"median" | "mean" | "Q1" | "Q3" | "min" | "max"
Connect="median"
ContrastColor
Affects color of line or marker.
color
ContrastColor= GraphColors("data")
ContrastColor=#ffffff
DisplayOpts
Affects displayed features of box plots, ellipses, histograms, bands, contours, and grid lines.
string of one or more options
DisplayOpts="fill | caps | mean | median | outliers | connect | notches"
DisplayOpts="fill | outline"
DisplayOpts="fill | outline"
DisplayOpts="fill | outline"
DisplayOpts="LabeledLineGradient"
DisplayOpts="auto | on | off "
Font
Affects all text font attributes
aggregate definition in parentheses
Font=(" 'Courier New', Courier, monospace", 4, bold italic)
FontFamily
Affects font family.
string
FontFamily="Courier New"
FontSize
Affects font size.
dimension or integer 1-7 indicating relative size
FontSize=10pt
FontSize=3
FontStyle
Affects font style.
enumeration
Valid Values:
italic | roman | slant
FontStyle=italic
FontWeight
Affects font weight.
enumeration
Valid Values:
light | medium | bold
FontWeight=bold
FrameBorder
Affects graph wall border.
boolean
Valid Values:
On | Off
FrameBorder=on
EndColor
Affects contours, and also gradient legends. Final color that is used with a 2- or 3-color ramp.
color
EndColor=blue
LineStyle
Affects border lines, axis lines, grid lines, and reference lines.
positive integer
Valid Values:
1 (solid line)
2 - 46 (dashed/dotted line)
LineStyle=2
LineThickness
Affects width thickness of lines.
dimension
LineThickness=2px
LineThickness=2%
MarkerSize
Affects marker size.
dimension
MarkerSize=5px
MarkerSize=3%
MarkerSymbol
Affects marker used.
string
MarkerSymbol="circle"
NeutralColor
Affects contours, and also gradient legends. Middle color that is used with 3-color ramp.
color
NeutralColor=white
StartColor
Affects contours, and also gradient legends. Initial color that is used with a 2- or 3-color ramp.
color
StartColor=red
TickDisplay
Affects placement of all axis tick marks.
string
Valid Values:
"inside" | "outside" | "across"
TickDisplay = "across"
Transparency
Affects backgrounds, fills, lines, and markers.
number
Valid Values:
0.00 (opaque)
1.00 (transparent)
Transparency=0.25