DateTimeStackedColumnSeriesElement Constructors
Overloads
DateTimeStackedColumnSeriesElement(String) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String, Color) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String, Color, Legend) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String, Color, Single) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String, Color, Single, Color) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String, Color, Single, Color, Legend) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String, Single, Color) | Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
DateTimeStackedColumnSeriesElement(String)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name)
Public Sub New (name As String)
Parameters
- name
- String
Name of the date time stacked column 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.
DateTimeStackedColumnSeriesElement(String, Color)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name, Color color)
Public Sub New (name As String, color As Color)
Parameters
- name
- String
Name of the date time stacked column 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.
DateTimeStackedColumnSeriesElement(String, Color, Legend)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name, Color color, Legend legend)
Public Sub New (name As String, color As Color, legend As Legend)
Parameters
- name
- String
Name of the date time stacked column 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.
DateTimeStackedColumnSeriesElement(String, Color, Single)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name, Color color, float borderWidth)
Public Sub New (name As String, color As Color, borderWidth As Single)
Parameters
- name
- String
Name of the date time stacked column series element.
- borderWidth
- Single
Border width of the date time stacked column 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.
DateTimeStackedColumnSeriesElement(String, Color, Single, Color)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name, Color color, float borderWidth, Color borderColor)
Public Sub New (name As String, color As Color, borderWidth As Single, borderColor As Color)
Parameters
- name
- String
Name of the date time stacked column series element.
- borderWidth
- Single
Border width of the date time stacked column 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.
DateTimeStackedColumnSeriesElement(String, Color, Single, Color, Legend)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name, Color color, float borderWidth, Color borderColor, Legend legend)
Public Sub New (name As String, color As Color, borderWidth As Single, borderColor As Color, legend As Legend)
Parameters
- name
- String
Name of the date time stacked column series element.
- borderWidth
- Single
Border width of the date time stacked column 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.
DateTimeStackedColumnSeriesElement(String, Single, Color)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class.
public DateTimeStackedColumnSeriesElement(string name, float borderWidth, Color borderColor)
Public Sub New (name As String, borderWidth As Single, borderColor As Color)
Parameters
- name
- String
Name of the date time stacked column series element.
- borderWidth
- Single
Border width of the date time stacked column 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.