Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Enumeration pvc.options.varia.StrokeDasharray


Extends string.

Field Summary
Field Attributes Field Name and Description
 
A pattern.
 
A pattern.
 
Dot
A pattern.
 
A pattern.
 
A pattern.
 
A pattern.
 
A pattern.
 
A pattern.
 
A pattern.
Enumeration Detail
pvc.options.varia.StrokeDasharray
The possible stroke patterns.

The actual length of stroke patterns' dashes and spaces is proportional to the line width.

The pattern dashes are sensitive to the line cap property. The use of StrokeLineCap#Round generates circle-ended dashes. The line caps StrokeLineCap#Butt and StrokeLineCap#Square yield the same result: square-ended dashes, of equal length.

See http://www.w3.org/TR/SVG/painting.html#StrokeProperties for more information on stroke properties.

Field Detail
Dash
A pattern. Can also be specified as "- "
Value:
'dash'

DashDot
A pattern. Can also be specified as "- ."
Value:
'dashdot'

Dot
A pattern. Can also be specified as ". "
Value:
'dot'

LongDash
A pattern. Can also be specified as "--"
Value:
'longdash'

LongDashDot
A pattern. Can also be specified as "--."
Value:
'longdashdot'

LongDashDotDot
A pattern. Can also be specified as "--.."
Value:
'longdashdotdot'

ShortDash
A pattern. Can also be specified as "."
Value:
'shortdash'

ShortDashDot
A pattern. Can also be specified as "-."
Value:
'shortdashdot'

ShortDashDotDot
A pattern. Can also be specified as "-.."
Value:
'shortdashdotdot'

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)