| Name | Description |
---|
 | PlotItemCollection() | Initializes a new instance of the PlotItemCollection class |
 | PlotItemCollection(IXmlDeserializationInfo) | Initializes a new instance of the PlotItemCollection class |
 | PlotItemCollection(PlotItemCollection) |
Copy constructor. Clones (!) all items. The parent owner is set to null and has to be set afterwards.
|
 | PlotItemCollection(XYPlotLayer) | Initializes a new instance of the PlotItemCollection class |
 | PlotItemCollection(XYPlotLayer, PlotItemCollection) |
Copy constructor. Clones (!) all the items in the list.
|