IndexedStackedLineSeriesElement Constructors
Overloads
IndexedStackedLineSeriesElement(String) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String, Color) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String, Color, Single) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String, Color, Single, LineStyle) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String, Color, Single, LineStyle, Legend) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String, Color, Single, LineStyle, Marker) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String, Single, LineStyle, Color, Marker, Legend) | Initializes a new instance of the IndexedStackedLineSeriesElement object. |
IndexedStackedLineSeriesElement(String)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name)
Public Sub New (name As String)
Parameters
- name
- String
Name of the indexed stacked line series element.
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.
IndexedStackedLineSeriesElement(String, Color)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name, Color color)
Public Sub New (name As String, color As Color)
Parameters
- name
- String
Name of the indexed stacked line series element.
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.
IndexedStackedLineSeriesElement(String, Color, Single)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name, Color color, float lineWidth)
Public Sub New (name As String, color As Color, lineWidth As Single)
Parameters
- name
- String
Name of the indexed stacked line series element.
- lineWidth
- Single
Line width of the indexed stacked line series element.
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.
IndexedStackedLineSeriesElement(String, Color, Single, LineStyle)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name, Color color, float lineWidth, LineStyle style)
Public Sub New (name As String, color As Color, lineWidth As Single, style As LineStyle)
Parameters
- name
- String
Name of the indexed stacked line series element.
- lineWidth
- Single
Line width of the indexed stacked line Series element.
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.
IndexedStackedLineSeriesElement(String, Color, Single, LineStyle, Legend)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name, Color color, float lineWidth, LineStyle style, Legend legend)
Public Sub New (name As String, color As Color, lineWidth As Single, style As LineStyle, legend As Legend)
Parameters
- name
- String
Name of the indexed stacked line series element.
- lineWidth
- Single
Line width of the indexed stacked line series element.
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.
IndexedStackedLineSeriesElement(String, Color, Single, LineStyle, Marker)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name, Color color, float lineWidth, LineStyle style, Marker marker)
Public Sub New (name As String, color As Color, lineWidth As Single, style As LineStyle, marker As Marker)
Parameters
- name
- String
Name of the indexed stacked line series element.
- lineWidth
- Single
Line width of the indexed stacked line series element.
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.
IndexedStackedLineSeriesElement(String, Single, LineStyle, Color, Marker, Legend)
Initializes a new instance of the IndexedStackedLineSeriesElement object.
public IndexedStackedLineSeriesElement(string name, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
Public Sub New (name As String, lineWidth As Single, style As LineStyle, color As Color, marker As Marker, legend As Legend)
Parameters
- name
- String
Name of the indexed stacked line series element.
- lineWidth
- Single
Line width of the indexed stacked line series element.
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.