{typedef} anychart.core.series.RenderingSettings.ShapeConfig Improve this Doc
Shape config.
| Name | Type | Description | 
|---|---|---|
| fillNames | Array.<string> | Fill names. | 
| isHatchFill | boolean | Whether this shape is shape for the hatchFill. | 
| name | string | Shape name. | 
| shapeType | anychart.enums.ShapeType | Shape type ("path", "circle", "ellipse" or "rect"). | 
| strokeNames | Array.<string> | Stroke names. | 
| zIndex | number | ZIndex for the balance of shapes relative to each other. | 
