Represents graphics info.
| Name | Type | Description | Notes |
|---|---|---|---|
| lineWidth | Double | Gets or sets a float value that indicates the line width of the graph. | [optional] |
| color | Color | Gets or sets a Color object that indicates the color of the graph. | [optional] |
| dashArray | List<Integer> | Gets or sets a dash array. | [optional] |
| dashPhase | Integer | Gets or sets a dash phase. | [optional] |
| fillColor | Color | Gets or sets a Color object that indicates the fill color of the graph. | [optional] |
| isDoubled | Boolean | Gets or sets is border doubled. | [optional] |
| skewAngleX | Double | Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. | [optional] |
| skewAngleY | Double | Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. | [optional] |
| scalingRateX | Double | Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. | [optional] |
| scalingRateY | Double | Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. | [optional] |
| rotationAngle | Double | Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. | [optional] |