IndexedAreaSeries Constructors
Overloads
IndexedAreaSeries(String) | Initializes a new instance of the IndexedAreaSeries object. |
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis) | Initializes a new instance of the IndexedAreaSeries object. |
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color) | Initializes a new instance of the IndexedAreaSeries object. |
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Legend) | Initializes a new instance of the IndexedAreaSeries object. |
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker) | Initializes a new instance of the IndexedAreaSeries object. |
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker, Legend) | Initializes a new instance of the IndexedAreaSeries object. |
IndexedAreaSeries(String)
Initializes a new instance of the IndexedAreaSeries object.
public IndexedAreaSeries(string name)
Parameters
- name
- String
Name of the indexed Area series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis)
Initializes a new instance of the IndexedAreaSeries object.
public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis)
Parameters
- name
- String
Name of the indexed Area series.
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed area series.
- yAxis
- NumericYAxis
NumericYAxis of the indexed area series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color)
Initializes a new instance of the IndexedAreaSeries object.
public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color)
Parameters
- name
- String
Name of the indexed area series.
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed area series.
- yAxis
- NumericYAxis
NumericYAxis of the indexed area series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Legend)
Initializes a new instance of the IndexedAreaSeries object.
public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, Legend legend)
Parameters
- name
- String
Name of the indexed Area series.
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed area series.
- yAxis
- NumericYAxis
NumericYAxis of the indexed area series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker)
Initializes a new instance of the IndexedAreaSeries object.
public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, Marker marker)
Parameters
- name
- String
Name of the indexed Area series.
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed area series.
- yAxis
- NumericYAxis
NumericYAxis of the indexed area series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker, Legend)
Initializes a new instance of the IndexedAreaSeries object.
public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, Marker marker, Legend legend)
Parameters
- name
- String
Name of the indexed Area series.
- xAxis
- IndexedXAxis
IndexedXAxis of the indexed area series.
- yAxis
- NumericYAxis
NumericYAxis of the indexed area series.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
IndexedAreaSeriesceTe.DynamicPDF.PageElements.Charting.Series