Class Line<Abscissa,Ordinate>
java.lang.Object
com.orchestranetworks.addon.dqid.chart.Line<Abscissa,Ordinate>
- Type Parameters:
Abscissa
- Represents the type of the abscissa (the x axis). Supported types are Date and Numerical types (subclasses of the Number class. e.g: Integer, Double, Float...).Ordinate
- Represents the type of the ordinate (the y axis). The ordinate supports all the types that the abscissa supports plus the Boolean type.
Represents a collections of points.
It is used inside an axis, as part of the line chart and bar chart data.
It is used inside an axis, as part of the line chart and bar chart data.
- See Also:
-
Constructor Summary
ConstructorDescriptionLine
(com.onwbp.base.text.UserMessage label) Creates a line with the specified label. -
Method Summary
-
Constructor Details
-
Line
public Line(com.onwbp.base.text.UserMessage label) Creates a line with the specified label.The label is shown on the legend and in the tooltip window.
-
-
Method Details
-
addPoint
Adds a point to the current line.
-