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

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

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

Methods in com.googlecode.wickedcharts.highcharts.options that return PlotOptions
 PlotOptions PlotOptionsChoice.getArea()
           
 PlotOptions PlotOptionsChoice.getAreaspline()
           
 PlotOptions PlotOptionsChoice.getBar()
           
 PlotOptions PlotOptionsChoice.getCandleStick()
           
 PlotOptions PlotOptionsChoice.getColumn()
           
 PlotOptions PlotOptionsChoice.getColumnrange()
           
 PlotOptions PlotOptionsChoice.getGauge()
           
 PlotOptions PlotOptionsChoice.getLine()
           
 PlotOptions PlotOptionsChoice.getPie()
           
 PlotOptions PlotOptionsChoice.getPlotOptions(SeriesType type)
           
 PlotOptions PlotOptionsChoice.getScatter()
           
 PlotOptions PlotOptionsChoice.getSeries()
           
 PlotOptions PlotOptionsChoice.getSpline()
           
 PlotOptions PlotOptions.setAllowPointSelect(Boolean allowPointSelect)
           
 PlotOptions PlotOptions.setAnimation(Boolean animation)
           
 PlotOptions PlotOptions.setBorderColor(Color color)
           
 PlotOptions PlotOptions.setBorderColor(ColorReference borderColor)
           
 PlotOptions PlotOptions.setBorderRadius(Integer borderRadius)
           
 PlotOptions PlotOptions.setBorderWidth(Integer borderWidth)
           
 PlotOptions PlotOptions.setCenter(Center center)
           
 PlotOptions PlotOptions.setColor(Color color)
           
 PlotOptions PlotOptions.setColor(ColorReference color)
           
 PlotOptions PlotOptions.setColorByPoint(Boolean colorByPoint)
           
 PlotOptions PlotOptions.setConnectNulls(Boolean connectNulls)
           
 PlotOptions PlotOptions.setCropThreshold(Integer cropThreshold)
           
 PlotOptions PlotOptions.setCursor(Cursor cursor)
           
 PlotOptions PlotOptions.setDashStyle(GridLineDashStyle dashStyle)
           
 PlotOptions PlotOptions.setDataLabels(DataLabels dataLabels)
           
 PlotOptions PlotOptions.setEnableMouseTracking(Boolean enableMouseTracking)
           
 PlotOptions PlotOptions.setEvents(Events events)
           
 PlotOptions PlotOptions.setFillColor(Color color)
           
 PlotOptions PlotOptions.setFillColor(ColorReference fillColor)
           
 PlotOptions PlotOptions.setFillOpacity(Float fillOpacity)
           
 PlotOptions PlotOptions.setGroupPadding(Float groupPadding)
           
 PlotOptions PlotOptions.setId(String id)
           
 PlotOptions PlotOptions.setInnerSize(PixelOrPercent innerSize)
           
 PlotOptions PlotOptions.setLineColor(Color color)
           
 PlotOptions PlotOptions.setLineColor(ColorReference lineColor)
           
 PlotOptions PlotOptions.setLineWidth(Integer lineWidth)
           
 PlotOptions PlotOptions.setMarker(Marker marker)
           
 PlotOptions PlotOptions.setMinPointLength(Integer minPointLength)
           
 PlotOptions PlotOptions.setPoint(PointOptions point)
           
 PlotOptions PlotOptions.setPointInterval(Integer pointInterval)
           
 PlotOptions PlotOptions.setPointPadding(Float pointPadding)
           
 PlotOptions PlotOptions.setPointPlacement(PointPlacement pointPlacement)
           
 PlotOptions PlotOptions.setPointStart(Long pointStart)
           
 PlotOptions PlotOptions.setPointWidth(Integer pointWidth)
           
 PlotOptions PlotOptions.setSelected(Boolean selected)
           
 PlotOptions PlotOptions.setShadow(Boolean shadow)
           
 PlotOptions PlotOptions.setShowCheckbox(Boolean showCheckbox)
           
 PlotOptions PlotOptions.setShowInLegend(Boolean showInLegend)
           
 PlotOptions PlotOptions.setSize(PixelOrPercent size)
           
 PlotOptions PlotOptions.setSlicedOffset(Integer slicedOffset)
           
 PlotOptions PlotOptions.setStacking(Stacking stacking)
           
 PlotOptions PlotOptions.setStates(StatesChoice states)
           
 PlotOptions PlotOptions.setStep(Boolean step)
           
 PlotOptions PlotOptions.setStickyTracking(Boolean stickyTracking)
           
 PlotOptions PlotOptions.setThreshold(Integer threshold)
           
 PlotOptions PlotOptions.setTooltip(Tooltip tooltip)
           
 PlotOptions PlotOptions.setTrackByArea(Boolean trackByArea)
           
 PlotOptions PlotOptions.setTurboThreshold(Integer turboThreshold)
           
 PlotOptions PlotOptions.setVisible(Boolean visible)
           
 PlotOptions PlotOptions.setzIndex(Integer zIndex)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type PlotOptions
 PlotOptionsChoice PlotOptionsChoice.setArea(PlotOptions area)
           
 PlotOptionsChoice PlotOptionsChoice.setAreaspline(PlotOptions areaspline)
           
 PlotOptionsChoice PlotOptionsChoice.setBar(PlotOptions bar)
           
 PlotOptionsChoice PlotOptionsChoice.setCandleStick(PlotOptions candleStick)
           
 PlotOptionsChoice PlotOptionsChoice.setColumn(PlotOptions column)
           
 PlotOptionsChoice PlotOptionsChoice.setColumnrange(PlotOptions columnrange)
           
 PlotOptionsChoice PlotOptionsChoice.setGauge(PlotOptions gauge)
           
 PlotOptionsChoice PlotOptionsChoice.setLine(PlotOptions line)
           
 PlotOptionsChoice PlotOptionsChoice.setPie(PlotOptions pie)
           
 PlotOptionsChoice PlotOptionsChoice.setPlotOptions(PlotOptions plotOptions, SeriesType type)
           
 PlotOptionsChoice PlotOptionsChoice.setScatter(PlotOptions scatter)
           
 PlotOptionsChoice PlotOptionsChoice.setSeries(PlotOptions series)
           
 PlotOptionsChoice PlotOptionsChoice.setSpline(PlotOptions spline)
           
 



Copyright © 2013. All Rights Reserved.