Class PieSegmentCollection
Defines collection of IPieSegment used by com.scichart.charting.visuals.renderableSeries.IPieRenderableSeries
Inheritance
java.util.AbstractCollection
java.util.AbstractList
PieSegmentCollection
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class PieSegmentCollection extends LockableObservableCollection<renderableSeries.IPieSegment>
Constructors
PieSegmentCollection()
Creates new instance of PieSegmentCollection class
Declaration
public PieSegmentCollection()
PieSegmentCollection(int capacity)
Creates new instance of PieSegmentCollection class
Declaration
public PieSegmentCollection(int capacity)
Parameters
| Type | Name | Description |
|---|---|---|
| int | capacity | The initial capacity |
PieSegmentCollection(Collection<? extends renderableSeries.IPieSegment> collection)
Creates new instance of PieSegmentCollection class
Declaration
public PieSegmentCollection(Collection<? extends renderableSeries.IPieSegment> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| Collection<? extends com.scichart.charting.visuals.renderableSeries.IPieSegment> | collection | The collection with items to add |