GraphInfo

GraphInfo class

Represents graphics info.

The GraphInfo type exposes the following members:

Constructors

NameDescription
GraphInfo()Initializes a new instance of the GraphInfo class

Properties

NameDescription
line_widthGets or sets a float value that indicates the line width of the graph.
colorGets or sets a color object that indicates the color of the graph.
dash_arrayGets or sets a dash array.
dash_phaseGets or sets a dash phase.
fill_colorGets or sets a color object that indicates the fill color of the graph.
is_doubledGets or sets is border doubled.
skew_angle_xGets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
skew_angle_yGets or sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system.
scaling_rate_xGets or sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system.
scaling_rate_yGets or sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system.
rotation_angleGets or sets a float value that indicates the rotation angle of the coordinate system
when transforming a coordinate system.

Methods

NameDescription
clone()Clone the graphics info.

See Also