strokeColor
The stroke color of a line.
Declaration
strokeColor?: string;Discussion
This can be any valid CSS color value. Set to null for no stroke. The default stroke color is rgb(0, 122, 255).
The stroke color of a line.
strokeColor?: string;This can be any valid CSS color value. Set to null for no stroke. The default stroke color is rgb(0, 122, 255).