public class PlotOptions extends Object implements Serializable
| Constructor and Description |
|---|
PlotOptions() |
public Boolean getAllowPointSelect()
public Boolean getAnimation()
public ColorReference getBorderColor()
public Integer getBorderRadius()
public Integer getBorderWidth()
public Center getCenter()
public ColorReference getColor()
public Boolean getColorByPoint()
public Boolean getConnectNulls()
public Integer getCropThreshold()
public Cursor getCursor()
public GridLineDashStyle getDashStyle()
public DataLabels getDataLabels()
public Boolean getEnableMouseTracking()
public Events getEvents()
public ColorReference getFillColor()
public Float getFillOpacity()
public Float getGroupPadding()
public String getId()
public PixelOrPercent getInnerSize()
public ColorReference getLineColor()
public Integer getLineWidth()
public Marker getMarker()
public Integer getMinPointLength()
public PointOptions getPoint()
public Integer getPointInterval()
public Float getPointPadding()
public PointPlacement getPointPlacement()
public Long getPointStart()
public Integer getPointWidth()
public Boolean getSelected()
public Boolean getShadow()
public Boolean getShowCheckbox()
public Boolean getShowInLegend()
public PixelOrPercent getSize()
public Integer getSlicedOffset()
public Stacking getStacking()
public StatesChoice getStates()
public Boolean getStep()
public Boolean getStickyTracking()
public Integer getThreshold()
public Tooltip getTooltip()
public Boolean getTrackByArea()
public Integer getTurboThreshold()
public Boolean getVisible()
public Integer getzIndex()
public PlotOptions setAllowPointSelect(Boolean allowPointSelect)
public PlotOptions setAnimation(Boolean animation)
public PlotOptions setBorderColor(Color color)
public PlotOptions setBorderColor(ColorReference borderColor)
public PlotOptions setBorderRadius(Integer borderRadius)
public PlotOptions setBorderWidth(Integer borderWidth)
public PlotOptions setCenter(Center center)
public PlotOptions setColor(Color color)
public PlotOptions setColor(ColorReference color)
public PlotOptions setColorByPoint(Boolean colorByPoint)
public PlotOptions setConnectNulls(Boolean connectNulls)
public PlotOptions setCropThreshold(Integer cropThreshold)
public PlotOptions setCursor(Cursor cursor)
public PlotOptions setDashStyle(GridLineDashStyle dashStyle)
public PlotOptions setDataLabels(DataLabels dataLabels)
public PlotOptions setEnableMouseTracking(Boolean enableMouseTracking)
public PlotOptions setEvents(Events events)
public PlotOptions setFillColor(Color color)
public PlotOptions setFillColor(ColorReference fillColor)
public PlotOptions setFillOpacity(Float fillOpacity)
public PlotOptions setGroupPadding(Float groupPadding)
public PlotOptions setId(String id)
public PlotOptions setInnerSize(PixelOrPercent innerSize)
public PlotOptions setLineColor(Color color)
public PlotOptions setLineColor(ColorReference lineColor)
public PlotOptions setLineWidth(Integer lineWidth)
public PlotOptions setMarker(Marker marker)
public PlotOptions setMinPointLength(Integer minPointLength)
public PlotOptions setPoint(PointOptions point)
public PlotOptions setPointInterval(Integer pointInterval)
public PlotOptions setPointPadding(Float pointPadding)
public PlotOptions setPointPlacement(PointPlacement pointPlacement)
public PlotOptions setPointStart(Long pointStart)
public PlotOptions setPointWidth(Integer pointWidth)
public PlotOptions setSelected(Boolean selected)
public PlotOptions setShadow(Boolean shadow)
public PlotOptions setShowCheckbox(Boolean showCheckbox)
public PlotOptions setShowInLegend(Boolean showInLegend)
public PlotOptions setSize(PixelOrPercent size)
public PlotOptions setSlicedOffset(Integer slicedOffset)
public PlotOptions setStacking(Stacking stacking)
public PlotOptions setStates(StatesChoice states)
public PlotOptions setStep(Boolean step)
public PlotOptions setStickyTracking(Boolean stickyTracking)
public PlotOptions setThreshold(Integer threshold)
public PlotOptions setTooltip(Tooltip tooltip)
public PlotOptions setTrackByArea(Boolean trackByArea)
public PlotOptions setTurboThreshold(Integer turboThreshold)
public PlotOptions setVisible(Boolean visible)
public PlotOptions setzIndex(Integer zIndex)
Copyright © 2013. All Rights Reserved.