| Modifier and Type | Field and Description |
|---|---|
List<Series<V>> |
Data.data |
| Modifier and Type | Method and Description |
|---|---|
Series<V> |
Series.color(String c) |
Series<V> |
Series.with(V... data) |
Series<V> |
Series.with(V s) |
Series<V> |
Series.wrap(Collection<V> values) |
| Modifier and Type | Method and Description |
|---|---|
Data<V> |
Data.with(Series<V>... data) |
Data<V> |
Data.with(Series<V> s) |
| Constructor and Description |
|---|
Data(Series<V>... data) |
Copyright © 2013. All rights reserved.