Skip to main content

Line

Line

Styles

FunctionStatusDescription
line.style_arrow_bothArrow both style
line.style_arrow_leftArrow left style
line.style_arrow_rightArrow right style
line.style_dashedDashed style
line.style_dottedDotted style
line.style_solidSolid style

Management

FunctionStatusDescription
line.allAll lines collection
line()Casts na to line
line.copy()Copy line
line.delete()Delete line
line.new()Create new line

Getters

FunctionStatusDescription
line.get_price()Get line price
line.get_x1()Get x1 coordinate
line.get_x2()Get x2 coordinate
line.get_y1()Get y1 coordinate
line.get_y2()Get y2 coordinate

Setters

FunctionStatusDescription
line.set_color()Set line color
line.set_extend()Set extend mode
line.set_first_point()Set first point
line.set_second_point()Set second point
line.set_style()Set line style
line.set_width()Set line width
line.set_x1()Set x1 coordinate
line.set_x2()Set x2 coordinate
line.set_xloc()Set x-location
line.set_xy1()Set xy1 coordinates
line.set_xy2()Set xy2 coordinates
line.set_y1()Set y1 coordinate
line.set_y2()Set y2 coordinate