{typedef} anychart.graphics.vector.RadialGradientStroke Improve this Doc
Radial gradient stroke.
Name | Type | Description |
---|---|---|
cx | number | Center X. |
cy | number | Center Y. |
dash | string | undefined | Dash settings. Read more at anychart.graphics.vector.Shape#stroke. |
fx | number | Focus X. |
fy | number | Focus Y. |
keys | Array.<(anychart.graphics.vector.GradientKey|string)> | Keys list. |
lineCap | string | undefined | Line cap style. More at anychart.graphics.vector.StrokeLineCap. |
lineJoin | string | undefined | Line join style. More at anychart.graphics.vector.StrokeLineJoin. |
mode | anychart.graphics.math.Rect | undefined | Fill mode. See more at anychart.graphics.vector.Shape#fill. |
opacity | number | undefined | Color opacity (0 to 1). |
thickness | number | undefined | Line thickness. |