v40 added factory methods without coordinates, added force_overlay capability in factory methods, now removing deleted plots from object so they can be re-painted if necessary,
Updated:
create_label(txt, args, tooltip, init_plot, force_overlay)
Parameters:
txt (string)
args (LabelArgs)
tooltip (string)
init_plot (bool)
force_overlay (bool)
method create_center_label(this, txt, args, tooltip, init_plot, force_overlay)
Creates a new Label object.
Namespace types: PolyLine
Parameters:
this (PolyLine)
txt (string)
args (LabelArgs)
tooltip (string)
init_plot (bool)
force_overlay (bool)
create_line(args, init_plot, force_overlay)
Parameters:
args (LineArgs)
init_plot (bool)
force_overlay (bool)
method create_polyline(this, curved, closed, args, init_plot, force_overlay)
Namespace types: array<chart.point>
Parameters:
this (array<chart.point>)
curved (bool)
closed (bool)
args (PolyLineArgs)
init_plot (bool)
force_overlay (bool)
create_box(txt, args, text_args, init_plot, force_overlay)
Parameters:
txt (string)
args (BoxArgs)
text_args (BoxTextArgs)
init_plot (bool)
force_overlay (bool)
method create_fill(this, other, fill_color, flip, init_flip_plot, force_overlay)
Namespace types: Line
Parameters:
this (Line)
other (Line)
fill_color (color)
flip (bool)
init_flip_plot (bool)
force_overlay (bool)