{typedef} anychart.graphics.vector.SolidStroke Improve this Doc
Solid color line.
Name | Type | Description |
---|---|---|
color | string | Stroke color - https://www.w3schools.com/html/html_colors.asp. |
dash | string | undefined | Dash settings. Read more at anychart.graphics.vector.Shape#stroke. |
lineCap | string | undefined | Line cap style. More at anychart.graphics.vector.StrokeLineCap. |
lineJoin | string | undefined | Line join style. More at anychart.graphics.vector.StrokeLineJoin. |
opacity | number | undefined | Color opacity (0 to 1). |
thickness | number | undefined | Line thickness. |