Uses of Class
com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ScatterSeriesData
Packages that use ScatterSeriesData
Package
Description
-
Uses of ScatterSeriesData in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
Methods in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter that return ScatterSeriesDataModifier and TypeMethodDescriptionprotected ScatterSeriesDataScatterSeriesDataWriter.getSeriesData()Constructors in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter with parameters of type ScatterSeriesData -
Uses of ScatterSeriesData in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
Methods in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader that return ScatterSeriesDataModifier and TypeMethodDescriptionprotected ScatterSeriesDataScatterSeriesReader.createSeriesDataObject(org.openxmlformats.schemas.drawingml.x2006.chart.CTScatterSer serie) Methods in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader with parameters of type ScatterSeriesDataModifier and TypeMethodDescriptionprotected voidScatterSeriesReader.createSeriesDataPointsForScatter(org.openxmlformats.schemas.drawingml.x2006.chart.CTAxDataSource xVal, org.openxmlformats.schemas.drawingml.x2006.chart.CTNumDataSource yVal, ScatterSeriesData seriesData) Scatter requires x and y values, for other charts we use only Xprotected voidScatterSeriesReader.fillSeriesData(ScatterSeriesData seriesData, org.openxmlformats.schemas.drawingml.x2006.chart.CTScatterSer serie)