|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wickedcharts.highcharts.options.series.Series<D>
public abstract class Series<D>
Defines the configuration of the "series" option.
| Constructor Summary | |
|---|---|
Series()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Series()
| Method Detail |
|---|
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 List<D> getData()
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> setCenter(Center center)
public Series<D> setColor(Color color)
public Series<D> setColor(ColorReference color)
public Series<D> setData(D... data)
public Series<D> setData(List<D> data)
public Series<D> setDataLabels(DataLabels dataLabels)
public Series<D> setInnerSize(PixelOrPercent innerSize)
public Series<D> setLegendIndex(Integer legendIndex)
public Series<D> setMarker(Marker marker)
public Series<D> setName(String name)
public Series<D> setPointInterval(Number pointInterval)
public Series<D> setPointPlacement(PointPlacement pointPlacement)
public Series<D> setPointStart(Number pointStart)
public Series<D> setShowInLegend(Boolean showInLegend)
public Series<D> setSize(PixelOrPercent size)
public Series<D> setStack(String stack)
public Series<D> setType(SeriesType type)
public Series<D> setxAxis(Integer xAxis)
public Series<D> setyAxis(Integer yAxis)
public Series<D> setTooltip(Tooltip tooltip)
public Tooltip getTooltip()
public Series<D> setDashStyle(GridLineDashStyle dashStyle)
public GridLineDashStyle getDashStyle()
public Series<D> setStates(StatesChoice states)
public StatesChoice getStates()
public Series<D> setEnableMouseTracking(Boolean enableMouseTracking)
public Boolean getEnableMouseTracking()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||