Main constructor for Curve class. Constructing a new curve automatically adds it to the data collection of Kst.
Constructor for Curve class. Allows a curve to be simply created from a Histogram class.
Retrieve the coordinates for a given point in the curve. Returns an invalid point if that index does not exist.
Retrieve the value for a given point in the X error bars. Returns an invalid point if that index does not exist.
Retrieve the value for a given point in the Y error bars. Returns an invalid point if that index does not exist.
Retrieve the value for a given point in the X minus error bars. Returns an invalid point if that index does not exist.
Retrieve the value for a given point in the Y minus error bars. Returns an invalid point if that index does not exist.
The color of the curve. Stored in the form "#RRGGBB" as hex values. This property can also be set with English strings such as "blue".
The X axis vector for the curve.
The Y axis vector for the curve.
The X axis error vector for the curve.
The Y axis error vector for the curve.
The X axis negative error vector for the curve.
The X axis negative error vector for the curve.
The offset to be applied to the y-axis vector.
The number of samples per frame for the curve.
If true, this curve ignores auto scale.
If true, points are plotted for this curve.
If true, lines are drawn for this curve.
If true, bars are drawn for this curve.
Sets the line width for this curve when lines are drawn.
Sets the point style for this curve when points are drawn.
Sets the line style for this curve when lines are drawn.
Sets the bar style for this curve when bars are drawn.
Sets the point density for this curve when points are plotted.
The top label suggestion for this curve.
The X-axis label suggestion for this curve.
The Y-axis label suggestion for this curve.
The legend text associated with a curve.