Uses of Class
org.apache.poi.xddf.usermodel.chart.MarkerStyle
-
Packages that use MarkerStyle Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of MarkerStyle in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return MarkerStyle Modifier and Type Method Description static MarkerStyle
MarkerStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MarkerStyle[]
MarkerStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type MarkerStyle Modifier and Type Method Description void
XDDFLineChartData.Series. setMarkerStyle(MarkerStyle style)
void
XDDFScatterChartData.Series. setMarkerStyle(MarkerStyle style)
-