Line

Line class

Represents line.

The Line type exposes the following members:

Constructors

NameDescription
Line(position_array)Initializes a new instance of the Line class

Properties

NameDescription
graph_infoGets or sets a graph_info object that indicates the graph info,such as color,
line width,etc.
textGets or sets a text for shape
position_arrayGets or sets a position_array object that indicates the position array.The array is
composed by coordinates of each control point of the line.
directly.

See Also