Uses of Class
software.xdev.chartjs.model.options.LineOptions
Packages that use LineOptions
-
Uses of LineOptions in software.xdev.chartjs.model.charts
Methods in software.xdev.chartjs.model.charts that return LineOptionsModifier and TypeMethodDescriptionstatic LineOptions
LineChart.options()
static LineOptions
ScatterChart.options()
Static factory, constructs anOptions
implementation appropriate for aScatterChart
.Constructors in software.xdev.chartjs.model.charts with parameters of type LineOptionsModifierConstructorDescriptionLineChart
(LineData data, LineOptions options) ScatterChart
(ScatterData data, LineOptions options) -
Uses of LineOptions in software.xdev.chartjs.model.options
Methods in software.xdev.chartjs.model.options that return LineOptionsModifier and TypeMethodDescriptionLineOptions.setElements
(LineElements elements) LineOptions.setShowLine
(Boolean showLine) If false, the lines between points are not drawnLineOptions.setSpanGaps
(Boolean spanGaps) If true, NaN data does not break the lineLineOptions.setStepped
(Object stepped) LineOptions.setTension
(Number tension)