public interface Series extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
AbstractPlotOptions |
getPlotOptions()
Gets the plot options related to this specific series.
|
void |
setConfiguration(Configuration configuration)
Sets the configuration to which this series is linked.
|
void |
setId(String id)
Sets an id for the series
|
void |
setName(String name)
Sets the name of the series as shown in the legend, tooltip etc.
|
void |
setPlotOptions(AbstractPlotOptions plotOptions)
Sets the plot options for this specific series.
|
String getName()
setName(String)
void setName(String name)
name
- void setConfiguration(Configuration configuration)
configuration
- AbstractPlotOptions getPlotOptions()
void setPlotOptions(AbstractPlotOptions plotOptions)
Options that are not defined at this level will be inherited from the chart and theme levels.
plotOptions
- String getId()
void setId(String id)
id
- new ID to setCopyright © 2023. All rights reserved.