Represents graphics info.
| Name | Type | Description | Notes |
|---|---|---|---|
| line_width | Float | 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] |
| dash_array | Array<Integer> | Gets or sets a dash array. | [optional] |
| dash_phase | Integer | Gets or sets a dash phase. | [optional] |
| fill_color | Color | Gets or sets a Color object that indicates the fill color of the graph. | [optional] |
| is_doubled | BOOLEAN | Gets or sets is border doubled. | [optional] |
| skew_angle_x | Float | Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. | [optional] |
| skew_angle_y | Float | Gets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. | [optional] |
| scaling_rate_x | Float | Gets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. | [optional] |
| scaling_rate_y | Float | Gets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. | [optional] |
| rotation_angle | Float | Gets or sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. | [optional] |