public class ColumnSeries extends Series implements IStackable
| Constructor and Description |
|---|
ColumnSeries(String name,
String field)
Constructor
|
ColumnSeries(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
|
ColumnSeries |
setStack(Object stack)
Sets the stack the series belongs to
|
getAxis, getColor, getName, getTooltip, getType, setColor, setTooltippublic ColumnSeries(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 ColumnSeries setStack(Object stack)
stack - the stackCopyright © 2021 7thWeb. All rights reserved.