Class LineElements
java.lang.Object
software.xdev.chartjs.model.options.elements.LineElements
Line elements are used to represent the line in a line chart.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLineElements
(Line line) ConstructorLineElements
(Line line, Point point) ConstructorLineElements
(Point point) Constructor -
Method Summary
-
Field Details
-
line
-
point
-
-
Constructor Details
-
Method Details
-
getLine
- Returns:
Line
instance ornull
if not set- See Also:
-
setLine
- Parameters:
line
-Line
instance ornull
- Returns:
- this
LineElements
instance for chaining
-
getPoint
- Returns:
Point
instance ornull
if not set- See Also:
-
setPoint
- Parameters:
point
-Point
instance ornull
- Returns:
- this
LineElements
instance for chaining
-