Uses of Enum Class
eu.webtoolkit.jwt.chart.FillRangeType
Packages that use FillRangeType
-
Uses of FillRangeType in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return FillRangeTypeModifier and TypeMethodDescriptionWDataSeries.getFillRange()
Returns the fill range (for line, curve and bar series).static FillRangeType
Returns the enum constant of this class with the specified name.static FillRangeType[]
FillRangeType.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 FillRangeTypeModifier and TypeMethodDescriptionvoid
WDataSeries.setFillRange
(FillRangeType fillRange) Sets the fill range for line or curve series.