Uses of Class
software.xdev.chartjs.model.options.elements.Line
Packages that use Line
-
Uses of Line in software.xdev.chartjs.model.options.elements
Subclasses of Line in software.xdev.chartjs.model.options.elementsFields in software.xdev.chartjs.model.options.elements declared as LineMethods in software.xdev.chartjs.model.options.elements that return LineModifier and TypeMethodDescriptionLineElements.getLine()
Line.setBackgroundColor
(Object backgroundColor) Default line fill colorLine.setBorderCapStyle
(BorderCapStyle borderCapStyle) Default line cap style.Line.setBorderColor
(Object borderColor) Default line stroke colorLine.setBorderDash
(List<Integer> borderDash) Default line dash.Line.setBorderDashOffset
(Float borderDashOffset) Default line dash offset.Line.setBorderJoinStyle
(BorderJoinStyle borderJoinStyle) Default line join style.Line.setBorderWidth
(Integer borderWidth) Default line stroke widthLine.setCapBezierPoints
(Boolean capBezierPoints) If true, bezier control points are kept inside the chart.If true, the line is filled.Line.setStepped
(Boolean stepped) If true, the line is shown as a steeped line and 'tension' will be ignoredLine.setTension
(Float tension) Default bezier curve tension.Methods in software.xdev.chartjs.model.options.elements with parameters of type LineConstructors in software.xdev.chartjs.model.options.elements with parameters of type LineModifierConstructorDescriptionLineElements
(Line line) ConstructorLineElements
(Line line, Point point) Constructor