Enum Class的使用
com.grapecity.documents.excel.drawing.MarkerStyle
-
com.grapecity.documents.excel.drawing中MarkerStyle的使用
修饰符和类型方法说明ILegendKey.getMarkerStyle()
Returns the marker style for a legend key in a line chart, scatter chart, or radar chart.IPoint.getMarkerStyle()
Gets the marker style for a point or series in a line, scatter, or radar chart.ISeries.getMarkerStyle()
Gets the marker style for a point or series in a line chart, scatter chart, or radar chart.static 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.修饰符和类型方法说明void
ILegendKey.setMarkerStyle
(MarkerStyle value) Sets the marker style for a legend key in a line chart, scatter chart, or radar chart.void
IPoint.setMarkerStyle
(MarkerStyle value) Sets the marker style for a point or series in a line, scatter, or radar chart.void
ISeries.setMarkerStyle
(MarkerStyle value) Sets the marker style for a point or series in a line chart, scatter chart, or radar chart.