Uses of Class
com.googlecode.wickedcharts.highcharts.options.ChartOptions

Packages that use ChartOptions
com.googlecode.wickedcharts.highcharts.options   
 

Uses of ChartOptions in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return ChartOptions
 ChartOptions Options.getChart()
           
 ChartOptions Options.getChartOptions()
           
 ChartOptions ChartOptions.setAlignTicks(Boolean alignTicks)
           
 ChartOptions ChartOptions.setAnimation(Boolean animation)
           
 ChartOptions ChartOptions.setBackgroundColor(Color color)
           
 ChartOptions ChartOptions.setBackgroundColor(ColorReference backgroundColor)
           
 ChartOptions ChartOptions.setBorderColor(Color color)
           
 ChartOptions ChartOptions.setBorderColor(ColorReference borderColor)
           
 ChartOptions ChartOptions.setBorderRadius(Integer borderRadius)
           
 ChartOptions ChartOptions.setBorderWidth(Integer borderWidth)
           
 ChartOptions ChartOptions.setClassName(String className)
           
 ChartOptions ChartOptions.setDefaultSeriesType(SeriesType defaultSeriesType)
           
 ChartOptions ChartOptions.setEvents(Events events)
           
 ChartOptions ChartOptions.setHeight(Integer height)
           
 ChartOptions ChartOptions.setIgnoreHiddenSeries(Boolean ignoreHiddenSeries)
           
 ChartOptions ChartOptions.setInverted(Boolean inverted)
           
 ChartOptions ChartOptions.setMargin(List<Integer> margin)
           
 ChartOptions ChartOptions.setMarginBottom(Integer marginBottom)
           
 ChartOptions ChartOptions.setMarginLeft(Integer marginLeft)
           
 ChartOptions ChartOptions.setMarginRight(Integer marginRight)
           
 ChartOptions ChartOptions.setMarginTop(Integer marginTop)
           
 ChartOptions ChartOptions.setPlotBackgroundColor(Color color)
           
 ChartOptions ChartOptions.setPlotBackgroundColor(ColorReference plotBackgroundColor)
           
 ChartOptions ChartOptions.setPlotBackgroundImage(String plotBackgroundImage)
           
 ChartOptions ChartOptions.setPlotBorderColor(Color color)
           
 ChartOptions ChartOptions.setPlotBorderColor(ColorReference plotBorderColor)
           
 ChartOptions ChartOptions.setPlotBorderWidth(Integer plotBorderWidth)
           
 ChartOptions ChartOptions.setPlotShadow(Boolean plotShadow)
           
 ChartOptions ChartOptions.setPolar(Boolean polar)
           
 ChartOptions ChartOptions.setReflow(Boolean reflow)
           
 ChartOptions ChartOptions.setRenderTo(String renderTo)
           
 ChartOptions ChartOptions.setShadow(Boolean shadow)
           
 ChartOptions ChartOptions.setShowAxes(Boolean showAxes)
           
 ChartOptions ChartOptions.setSpacingBottom(Integer spacingBottom)
           
 ChartOptions ChartOptions.setSpacingLeft(Integer spacingLeft)
           
 ChartOptions ChartOptions.setSpacingRight(Integer spacingRight)
           
 ChartOptions ChartOptions.setSpacingTop(Integer spacingTop)
           
 ChartOptions ChartOptions.setStyle(CssStyle style)
           
 ChartOptions ChartOptions.setType(SeriesType type)
           
 ChartOptions ChartOptions.setWidth(Integer width)
           
 ChartOptions ChartOptions.setZoomType(ZoomType zoomType)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type ChartOptions
 Options Options.setChart(ChartOptions chart)
           
 Options Options.setChartOptions(ChartOptions chart)
           
 



Copyright © 2013. All Rights Reserved.