java.lang.Object
com.aspose.words.BubbleSizeCollection
public class BubbleSizeCollection
The collection allows only changing bubble sizes. To add or insert new values to a chart series, or remove
values, the appropriate methods of the Empty bubble size values are represented as
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the number of items in this collection. | ||
double | get(int index) | |
void | set(int index, double value) | |
| Gets or sets the bubble size value at the specified index. | ||
| Method Summary | ||
|---|---|---|
java.util.Iterator<double> | iterator() | |
| Returns an enumerator object. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get/set | |
public double get(int index) / public void set(int index, double value) | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator<double> iterator() | |