public class ChartOptions extends Object implements Serializable
| Constructor and Description |
|---|
ChartOptions() |
ChartOptions(SeriesType chartType) |
public ChartOptions()
public ChartOptions(SeriesType chartType)
public Boolean getAlignTicks()
public Boolean getAnimation()
public ColorReference getBackgroundColor()
public ColorReference getBorderColor()
public Integer getBorderRadius()
public Integer getBorderWidth()
public String getClassName()
public SeriesType getDefaultSeriesType()
public Integer getHeight()
public Boolean getIgnoreHiddenSeries()
public Boolean getInverted()
public Integer getMarginTop()
public Integer getMarginBottom()
public Integer getMarginLeft()
public Integer getMarginRight()
public ColorReference getPlotBackgroundColor()
public String getPlotBackgroundImage()
public ColorReference getPlotBorderColor()
public Integer getPlotBorderWidth()
public Boolean getPlotShadow()
public Boolean getPolar()
public Boolean getReflow()
public String getRenderTo()
public Boolean getShadow()
public Boolean getShowAxes()
public Integer getSpacingBottom()
public Integer getSpacingLeft()
public Integer getSpacingRight()
public Integer getSpacingTop()
public CssStyle getStyle()
public SeriesType getType()
public Integer getWidth()
public ZoomType getZoomType()
public ChartOptions setAlignTicks(Boolean alignTicks)
public ChartOptions setAnimation(Boolean animation)
public ChartOptions setBackgroundColor(Color color)
public ChartOptions setBackgroundColor(ColorReference backgroundColor)
public ChartOptions setBorderColor(Color color)
public ChartOptions setBorderColor(ColorReference borderColor)
public ChartOptions setBorderRadius(Integer borderRadius)
public ChartOptions setBorderWidth(Integer borderWidth)
public ChartOptions setClassName(String className)
public ChartOptions setDefaultSeriesType(SeriesType defaultSeriesType)
public ChartOptions setHeight(Integer height)
public ChartOptions setIgnoreHiddenSeries(Boolean ignoreHiddenSeries)
public ChartOptions setInverted(Boolean inverted)
public ChartOptions setMarginTop(Integer marginTop)
public ChartOptions setMargin(List<Integer> margin)
public ChartOptions setMarginBottom(Integer marginBottom)
public ChartOptions setMarginLeft(Integer marginLeft)
public ChartOptions setMarginRight(Integer marginRight)
public ChartOptions setPlotBackgroundColor(Color color)
public ChartOptions setPlotBackgroundColor(ColorReference plotBackgroundColor)
public ChartOptions setPlotBackgroundImage(String plotBackgroundImage)
public ChartOptions setPlotBorderColor(Color color)
public ChartOptions setPlotBorderColor(ColorReference plotBorderColor)
public ChartOptions setPlotBorderWidth(Integer plotBorderWidth)
public ChartOptions setPlotShadow(Boolean plotShadow)
public ChartOptions setPolar(Boolean polar)
public ChartOptions setReflow(Boolean reflow)
public ChartOptions setRenderTo(String renderTo)
public ChartOptions setShadow(Boolean shadow)
public ChartOptions setShowAxes(Boolean showAxes)
public ChartOptions setSpacingBottom(Integer spacingBottom)
public ChartOptions setSpacingLeft(Integer spacingLeft)
public ChartOptions setSpacingRight(Integer spacingRight)
public ChartOptions setSpacingTop(Integer spacingTop)
public ChartOptions setStyle(CssStyle style)
public ChartOptions setType(SeriesType type)
public ChartOptions setWidth(Integer width)
public ChartOptions setZoomType(ZoomType zoomType)
public ChartOptions setEvents(Events events)
public Events getEvents()
Copyright © 2013. All Rights Reserved.