Uses of Enum Class
eu.webtoolkit.jwt.chart.MarkerType
-
Uses of MarkerType in eu.webtoolkit.jwt.chart
Modifier 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 MarkerType
Returns 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.Modifier and TypeMethodDescriptionvoid
WDataSeries.setMarker
(MarkerType marker) Sets the data point marker.