Uses of Enum Class
eu.webtoolkit.jwt.chart.MarkerType
Packages that use MarkerType
-
Uses of MarkerType in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return MarkerTypeModifier and TypeMethodDescriptionWDataSeries.getMarker()Returns the data point marker.WAbstractChartModel.markerType(int row, int column) Returns the marker type to use for a given row and column.WStandardChartProxyModel.markerType(int row, int column) Returns the marker type to use for a given row and column.static MarkerTypeReturns the enum constant of this class with the specified name.static MarkerType[]MarkerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.chart with parameters of type MarkerTypeModifier and TypeMethodDescriptionvoidWDataSeries.setMarker(MarkerType marker) Sets the data point marker.