Interface: LineOptions
Hierarchy
-
↳ LineOptions
Properties
backgroundColor
• backgroundColor: Color
Inherited from: CommonElementOptions.backgroundColor
Defined in: index.esm.d.ts:1588 (opens new window)
borderCapStyle
• borderCapStyle: CanvasLineCap
Line cap style. See MDN.
default
‘butt’
Defined in: index.esm.d.ts:1656 (opens new window)
borderColor
• borderColor: Color
Inherited from: CommonElementOptions.borderColor
Defined in: index.esm.d.ts:1587 (opens new window)
borderDash
• borderDash: number[]
Line dash. See MDN.
default
[]
Defined in: index.esm.d.ts:1661 (opens new window)
borderDashOffset
• borderDashOffset: number
Line dash offset. See MDN.
default
0.0
Defined in: index.esm.d.ts:1666 (opens new window)
borderJoinStyle
• borderJoinStyle: CanvasLineJoin
Line join style. See MDN.
default
‘miter’
Defined in: index.esm.d.ts:1671 (opens new window)
borderWidth
• borderWidth: number
Inherited from: CommonElementOptions.borderWidth
Defined in: index.esm.d.ts:1586 (opens new window)
capBezierPoints
• capBezierPoints: boolean
true to keep Bézier control inside the chart, false for no restriction.
default
true
Defined in: index.esm.d.ts:1676 (opens new window)
cubicInterpolationMode
• cubicInterpolationMode: default | monotone
Interpolation mode to apply.
default
‘default’
Defined in: index.esm.d.ts:1681 (opens new window)
segment
• segment: object
Type declaration:
Name | Type |
---|---|
backgroundColor | Scriptable<Color, ScriptableLineSegmentContext> |
borderCapStyle | Scriptable<CanvasLineCap, ScriptableLineSegmentContext> |
borderColor | Scriptable<Color, ScriptableLineSegmentContext> |
borderDash | Scriptable<number[], ScriptableLineSegmentContext> |
borderDashOffset | Scriptable<number, ScriptableLineSegmentContext> |
borderJoinStyle | Scriptable<CanvasLineJoin, ScriptableLineSegmentContext> |
borderWidth | Scriptable<number, ScriptableLineSegmentContext> |
Defined in: index.esm.d.ts:1693 (opens new window)
stepped
• stepped: boolean | before | after | middle
true to show the line as a stepped line (tension will be ignored).
default
false
Defined in: index.esm.d.ts:1691 (opens new window)
tension
• tension: number
Bézier curve tension (0 for no Bézier curves).
default
0
Defined in: index.esm.d.ts:1686 (opens new window)