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