CreateAndAddLabel(Quantity, Quantity, string)

Creates a new label and adds it to the chart at a specified position, where the label_text parameter is optional. The default label text is: “x: <x_value>, y: <y_value>” (example: “x: 0.3497, y: 1.9821”). An InvalidOperationException will be thrown when creating a Label at a location already assigned to another Label.

Declaration Syntax

public LabelInfo CreateAndAddLabel(Quantity x_anchor, Quantity y_anchor, string label_text)

Parameters

x_anchor(Quantity)

No details are provided for this entry.

y_anchor(Quantity)

No details are provided for this entry.

label_text(string)

No details are provided for this entry.