Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.67 KB

File metadata and controls

21 lines (17 loc) · 1.67 KB

GraphInfo

Represents graphics info.

Properties

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 list[int] Gets or sets a dash array. [optional]
dash_phase int 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 bool 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]

[Back to Model list] [Back to API list] [Back to README]