Line Graphs : General parameters in line graphs

# coordinateLineColor
Flag to use same color in BarLine plots. If set to true the color of the bars and the lines will be coordinated
Type: boolean
Default: false

coordinateLineColor : true

coordinateLineColor : false


# lineDecoration
Lines decorations in the line graphs
Type: string
Default: symbol
Options: 0, dot, symbol, pattern

lineDecoration : false

lineDecoration : "dot"

lineDecoration : "symbol"

lineDecoration : "pattern"


# lineErrorType
Line error type in the line graphs. The line type must be spline for the area error type.
Type: string
Default: bar
Options: bar, area

lineErrorType : "bar"

lineErrorType : "area"


# lineType
Type of line used to join the points in line graphs
Type: string
Default: rect
Options: rect, solid, spline, dotted, dashed, dotdash, longdash, twodash

lineType : "rect"

lineType : "solid"

lineType : "spline"

lineType : "dotted"

lineType : "dashed"

lineType : "dotdash"

lineType : "longdash"

lineType : "twodash"


# tension
Curvature for the splines and hulls
Type: float
Default: 0.3

tension : 0.3

tension : 0.8


# tensionSegments
Number of segments to smooth a quadratic curve
Type: integer
Default: 16