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 LineOptionsLineChart.options()static LineOptionsScatterChart.options()Static factory, constructs anOptionsimplementation 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 line