Uses of Class
com.storedobject.chart.PointSymbol
Packages that use PointSymbol
-
Uses of PointSymbol in com.storedobject.chart
Methods in com.storedobject.chart that return PointSymbolModifier and TypeMethodDescriptionBubbleChart.getPointSymbol
(boolean create) Get thePointSymbol
that represents the "bubble".LineChart.getPointSymbol
(boolean create) Get the point symbol definition associated with this chart.ScatterChart.getPointSymbol
(boolean create) Get thePointSymbol
.Methods in com.storedobject.chart with parameters of type PointSymbolModifier and TypeMethodDescriptionvoid
BubbleChart.setPointSymbol
(PointSymbol pointSymbol) Set a different point-symbol that represents the "bubble".void
LineChart.setPointSymbol
(PointSymbol pointSymbol) Set the point symbol definition to be used.void
ScatterChart.setPointSymbol
(PointSymbol pointSymbol) Set a different point-symbol.