Uses of Enum Class
org.apache.poi.xddf.usermodel.chart.MarkerStyle
Packages that use MarkerStyle
-
Uses of MarkerStyle in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return MarkerStyleModifier and TypeMethodDescriptionstatic MarkerStyle
Returns the enum constant of this class with the specified name.static MarkerStyle[]
MarkerStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type MarkerStyleModifier and TypeMethodDescriptionvoid
XDDFLineChartData.Series.setMarkerStyle
(MarkerStyle style) void
XDDFScatterChartData.Series.setMarkerStyle
(MarkerStyle style)