java.lang.Object
com.aspose.words.ChartYValueCollection
public class ChartYValueCollection
All items of the collection other than null must have the same The collection allows only changing Y values. To add or insert new values to a chart series, or remove values,
the appropriate methods of the
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the number of items in this collection. | ||
ChartYValue | get(int index) | |
void | set(int index, ChartYValue value) | |
| Gets or sets the Y value at the specified index. | ||
| Method Summary | ||
|---|---|---|
java.util.Iterator<ChartYValue> | iterator() | |
| Returns an enumerator object. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get/set | |
public ChartYValue get(int index) / public void set(int index, ChartYValue value) | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator<ChartYValue> iterator() | |