public class LineSeries extends Series implements IStackable
| Constructor and Description |
|---|
LineSeries(String name,
String field)
Constructor
|
LineSeries(String name,
String field,
String axis)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the series field
|
Object |
getStack()
Gets the stack the series belongs to
|
LineSeries |
setStack(Object stack)
Sets the stack the series belongs to
|
getAxis, getColor, getName, getTooltip, getType, setColor, setTooltippublic LineSeries(String name, String field)
name - the series namefield - the series field, it should correspond to a model object's propertypublic String getField()
public Object getStack()
getStack in interface IStackablepublic LineSeries setStack(Object stack)
stack - the stackCopyright © 2021 7thWeb. All rights reserved.