Represents a series of data on the chart.
Inheritance Hierarchy
PdfEdit.ChartingDocumentObject
PdfEdit.ChartingChartObject
PdfEdit.ChartingSeries
Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The Series type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Series |
Initializes a new instance of the Series class.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(Double) |
Adds a real value to the series.
|
![]() | Add(Double) |
Adds an array of real values to the series.
|
![]() | AddBlank |
Adds a blank to the series.
|
![]() | Clone |
Creates a deep copy of this object.
|
![]() | DeepCopy |
Implements the deep copy of the object.
(Overrides DocumentObjectDeepCopy.) |
![]() | 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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ChartType |
Gets or sets the chart type of the series if it's intended to be different than the
global chart type.
|
![]() | Count |
Gets the element count of the series.
|
![]() | DataLabel |
Gets the DataLabel of the series.
|
![]() | Elements |
The actual value container of the series.
|
![]() | FillFormat |
Gets the background filling of the data.
|
![]() | HasDataLabel |
Gets or sets whether the series has a DataLabel.
|
![]() | LineFormat |
Gets the line format of the border of each data.
|
![]() | MarkerBackgroundColor |
Gets or sets the background color of the marker in a line chart.
|
![]() | MarkerForegroundColor |
Gets or sets the foreground color of the marker in a line chart.
|
![]() | MarkerSize |
Gets or sets the size of the marker in a line chart.
|
![]() | MarkerStyle |
Gets or sets the style of the marker in a line chart.
|
![]() | Name |
Gets or sets the name of the series which will be used in the legend.
|
![]() | Parent |
Gets the parent object.
(Inherited from DocumentObject.) |
See Also