Search
SeriesCollection Class
See Also
 






Represents a specialized collection for the series of a Chart object.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public class SeriesCollection extends UndoableCollection<T>

 Inheritance Hierarchy

java.lang.Object
    java.util.AbstractCollection(E)
        com.mindfusion.spreadsheet.UndoableCollection(T)
            com.mindfusion.spreadsheet.charts.SeriesCollection

 See Also