Class LineSeriesData
java.lang.Object
com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.LineSeriesData
- Direct Known Subclasses:
AreaSeriesData,ScatterSeriesData,SplineSeriesData
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
AbstractSeriesData.DataSelectListener, AbstractSeriesData.DataUpdateListener, AbstractSeriesData.SeriesPoint -
Field Summary
FieldsModifier and TypeFieldDescriptionCurrently this string value corresponds to com.vaadin.flow.component.charts.model.DashStyle.Currently this string value corresponds to com.vaadin.flow.component.charts.model.MarkerSymbolEnum.Fields inherited from class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
categories, dataSelectListener, dataUpdateListener, is3d, name, seriesData, tooltipDecimals, yAxis -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dashStyle
Currently this string value corresponds to com.vaadin.flow.component.charts.model.DashStyle. -
lineWidth
-
markerSymbol
Currently this string value corresponds to com.vaadin.flow.component.charts.model.MarkerSymbolEnum.
-
-
Constructor Details
-
LineSeriesData
public LineSeriesData()
-
-
Method Details
-
getSeriesDataWriter
- Specified by:
getSeriesDataWriterin classAbstractSeriesData
-