public abstract class Series<D> extends Object implements Serializable
| Constructor and Description |
|---|
Series() |
public void setWickedChartsId(Integer wickedChartsId)
public Integer getWickedChartsId()
public Series<D> addPoint(D point)
point - the point to add.public Center getCenter()
public ColorReference getColor()
public DataLabels getDataLabels()
public PixelOrPercent getInnerSize()
public Integer getLegendIndex()
public Marker getMarker()
public String getName()
public Number getPointInterval()
public PointPlacement getPointPlacement()
public Number getPointStart()
public Boolean getShowInLegend()
public PixelOrPercent getSize()
public String getStack()
public SeriesType getType()
public Integer getxAxis()
public Integer getyAxis()
public Series<D> setColor(ColorReference color)
public Series<D> setDataLabels(DataLabels dataLabels)
public Series<D> setInnerSize(PixelOrPercent innerSize)
public Series<D> setPointPlacement(PointPlacement pointPlacement)
public Series<D> setSize(PixelOrPercent size)
public Series<D> setType(SeriesType type)
public Series<D> setxAxis(Integer xAxis)
public Series<D> setyAxis(Integer yAxis)
public Tooltip getTooltip()
public Series<D> setDashStyle(GridLineDashStyle dashStyle)
public GridLineDashStyle getDashStyle()
public Series<D> setStates(StatesChoice states)
public StatesChoice getStates()
public Boolean getEnableMouseTracking()
Copyright © 2013. All Rights Reserved.