SeriesElements ClassTerminal Works - PDF Printing.Net Library
Represents the collection of the values in a data series.
Inheritance Hierarchy

SystemObject
  PdfEdit.ChartingDocumentObject
    PdfEdit.ChartingDocumentObjectCollection
      PdfEdit.ChartingSeriesElements

Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class SeriesElements : DocumentObjectCollection

The SeriesElements type exposes the following members.

Methods

  NameDescription
Public methodAdd(Double)
Adds a new point with a real value to the series.
Public methodAdd(Double)
Adds an array of new points with real values to the series.
Public methodAdd(DocumentObject)
Adds the specified document object to the collection.
(Inherited from DocumentObjectCollection.)
Public methodAddBlank
Adds a blank to the series.
Public methodClear
Removes all elements from the collection.
(Inherited from DocumentObjectCollection.)
Public methodClone
Creates a deep copy of this object.
Public methodCopyTo
Copies the Array_List or a portion of it to a one-dimensional array.
(Inherited from DocumentObjectCollection.)
Protected methodDeepCopy
Implements the deep copy of the object.
(Inherited from DocumentObjectCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DocumentObjectCollection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence.
(Inherited from DocumentObjectCollection.)
Public methodInsertObject
Inserts an element into the collection at the specified position.
(Inherited from DocumentObjectCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveObjectAt
Removes the element at the specified index.
(Inherited from DocumentObjectCollection.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection.
(Inherited from DocumentObjectCollection.)
Public propertyFirst
Gets the first value in the collection, if there is any, otherwise null.
(Inherited from DocumentObjectCollection.)
Public propertyItem
Gets a point by its index.
Public propertyLastObject
Gets the last element or null, if no such element exists.
(Inherited from DocumentObjectCollection.)
Public propertyParent
Gets the parent object.
(Inherited from DocumentObject.)
Top
See Also

Reference