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:
Lineinstance ornullif not set- See Also:
-
setLine
- Parameters:
line-Lineinstance ornull- Returns:
- this
LineElementsinstance for chaining
-
getPoint
- Returns:
Pointinstance ornullif not set- See Also:
-
setPoint
- Parameters:
point-Pointinstance ornull- Returns:
- this
LineElementsinstance for chaining
-