Represents a curve formed from an X and a Y vector.
Inherits: DataObject
Collection class: CurveCollection
point ( index )
xErrorPoint ( index )
yErrorPoint ( index )
xMinusErrorPoint ( index )
yMinusErrorPoint ( index )
Vector x - The X vector for the curve. Can be specified as a string containing the tag name of an existing vector, or as a vector object.
Vector y - The Y vector for the curve. Can be specified as a string containing the tag name of an existing vector, or as a vector object.
Vector xError - The X error bar vector for the curve. Can be specified as a string containing the tag name of an existing vector, or as a vector object. [OPTIONAL]
Vector yError - The Y error bar vector for the curve. Can be specified as a string containing the tag name of an existing vector, or as a vector object. [OPTIONAL]
Vector xMinusError - The X minus error bar vector for the curve. Can be specified as a string containing the tag name of an existing vector, or as a vector object. [OPTIONAL]
Vector yMinusError - The Y minus error bar vector for the curve. Can be specified as a string containing the tag name of an existing vector, or as a vector object. [OPTIONAL]
Histogram hs - Creates a curve from a histogram.
number index - The index of the point to retrieve the coordinates for. Starts at 0.
number index - The index of the point to retrieve the coordinates for. Starts at 0.
number index - The index of the point to retrieve the coordinates for. Starts at 0.
number index - The index of the point to retrieve the coordinates for. Starts at 0.
number index - The index of the point to retrieve the coordinates for. Starts at 0.
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.
Sets the point style for this curve when points are drawn.
0 - Cross
1 - Hollow box
2 - Hollow circle
3 - Filled circle
4 - Inverted hollow triangle
5 - Hollow triangle
6 - Filled box
7 - Plus
8 - Asterisk
9 - Inverted filled triangle
10 - Filled triangle
11 - Hollow diamond
12 - Filled diamond
13 - Point
Sets the line style for this curve when lines are drawn.
0 - Solid
1 - Dash
2 - Dot
3 - Dash Dot
4 - Dash Dot Dot
Sets the point density for this curve when points are plotted.
0 - Draw all points
1 - High density
2 - Medium density
3 - Low density
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team