Represents the collection of the value in an XSeries.
Inheritance Hierarchy
PdfEdit.ChartingDocumentObject
PdfEdit.ChartingDocumentObjectCollection
PdfEdit.ChartingXSeriesElements
Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XSeriesElements type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XSeriesElements |
Initializes a new instance of the XSeriesElements class.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(String) |
Adds a value to the XSeries.
|
![]() | Add(String) |
Adds an array of values to the XSeries.
|
![]() | Add(DocumentObject) |
Adds the specified document object to the collection.
(Inherited from DocumentObjectCollection.) |
![]() | AddBlank |
Adds a blank to the XSeries.
|
![]() | Clear |
Removes all elements from the collection.
(Inherited from DocumentObjectCollection.) |
![]() | Clone |
Creates a deep copy of this object.
|
![]() | CopyTo |
Copies the Array_List or a portion of it to a one-dimensional array.
(Inherited from DocumentObjectCollection.) |
![]() | DeepCopy |
Implements the deep copy of the object.
(Inherited from DocumentObjectCollection.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from DocumentObjectCollection.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence.
(Inherited from DocumentObjectCollection.) |
![]() | InsertObject |
Inserts an element into the collection at the specified position.
(Inherited from DocumentObjectCollection.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveObjectAt |
Removes the element at the specified index.
(Inherited from DocumentObjectCollection.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
(Inherited from DocumentObjectCollection.) |
![]() | First |
Gets the first value in the collection, if there is any, otherwise null.
(Inherited from DocumentObjectCollection.) |
![]() | Item |
Gets the element at the specified index.
(Inherited from DocumentObjectCollection.) |
![]() | LastObject |
Gets the last element or null, if no such element exists.
(Inherited from DocumentObjectCollection.) |
![]() | Parent |
Gets the parent object.
(Inherited from DocumentObject.) |
See Also