com.aspose.words
Class BubbleSizeCollection

java.lang.Object
    extended by com.aspose.words.BubbleSizeCollection
All Implemented Interfaces:
java.lang.Iterable

public class BubbleSizeCollection 
extends java.lang.Object

Represents a collection of bubble sizes for a chart series.

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 ChartSeries class can be used.

Empty bubble size values are represented as NaN .

See Also:
ChartSeries.add(com.aspose.words.ChartXValue), ChartSeries.add(com.aspose.words.ChartXValue,com.aspose.words.ChartYValue), ChartSeries.add(com.aspose.words.ChartXValue,com.aspose.words.ChartYValue,double), ChartSeries.insert(int,com.aspose.words.ChartXValue), ChartSeries.insert(int,com.aspose.words.ChartXValue,com.aspose.words.ChartYValue), ChartSeries.insert(int,com.aspose.words.ChartXValue,com.aspose.words.ChartYValue,double), ChartSeries.remove(int)

Property Getters/Setters Summary
intgetCount()
           Gets the number of items in this collection.
doubleget(int index)
voidset(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()
Gets the number of items in this collection.

get/set

public double get(int index) / public void set(int index, double value)
Gets or sets the bubble size value at the specified index.

Method Detail

iterator

public java.util.Iterator<double> iterator()
Returns an enumerator object.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.