JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.polarion.alm.shared.api.utils.charts
Interface CategorySerieBuilder
public interface
CategorySerieBuilder
Since:
3.9.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
CategorySerieBuilder
addValue
(
Number
value)
CategorySerieBuilder
values
(
Collection
<? extends
Number
> values)
Method Details
values
@NotNull
CategorySerieBuilder
values
(@NotNull
Collection
<? extends
Number
> values)
addValue
@NotNull
CategorySerieBuilder
addValue
(@NotNull
Number
value)