Uses of Class
org.zkoss.chart.ScrollablePlotArea
-
Packages that use ScrollablePlotArea Package Description org.zkoss.chart -
-
Uses of ScrollablePlotArea in org.zkoss.chart
Methods in org.zkoss.chart that return ScrollablePlotArea Modifier and Type Method Description ScrollablePlotArea
Chart. getScrollablePlotArea()
Returns the options for a scrollable plot area.ScrollablePlotArea
Charts. getScrollablePlotArea()
ScrollablePlotArea
ChartsApi. getScrollablePlotArea()
Returns the options for a scrollable plot area.ScrollablePlotArea
ChartsEngine. getScrollablePlotArea()
Methods in org.zkoss.chart with parameters of type ScrollablePlotArea Modifier and Type Method Description void
Chart. setScrollablePlotArea(ScrollablePlotArea scrollablePlotArea)
Sets the options for a scrollable plot area.void
Charts. setScrollablePlotArea(ScrollablePlotArea scrollablePlotArea)
void
ChartsApi. setScrollablePlotArea(ScrollablePlotArea scrollablePlotArea)
Sets the options for a scrollable plot area.void
ChartsEngine. setScrollablePlotArea(ScrollablePlotArea scrollablePlotArea)
-