DateTime100PercentStackedAreaSeries Constructors
Overloads
DateTime100PercentStackedAreaSeries() | Initializes a new instance of DateTime100PercentStackedAreaSeries object. |
DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis) | Initializes a new instance of DateTime100PercentStackedAreaSeries object. |
DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis, Legend) | Initializes a new instance of DateTime100PercentStackedAreaSeries object. |
DateTime100PercentStackedAreaSeries(PercentageYAxis) | Initializes a new instance of DateTime100PercentStackedAreaSeries object. |
DateTime100PercentStackedAreaSeries()
Initializes a new instance of DateTime100PercentStackedAreaSeries object.
public DateTime100PercentStackedAreaSeries()
Public Sub New ()
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.
DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis)
Initializes a new instance of DateTime100PercentStackedAreaSeries object.
public DateTime100PercentStackedAreaSeries(DateTimeXAxis xAxis, PercentageYAxis yAxis)
Public Sub New (xAxis As DateTimeXAxis, yAxis As PercentageYAxis)
Parameters
- xAxis
- DateTimeXAxis
DateTimeXAxis of the dateTime 100Percent stacked area series.
- yAxis
- PercentageYAxis
PercentageYAxis of the dateTime 100Percent stacked 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.
DateTime100PercentStackedAreaSeries(DateTimeXAxis, PercentageYAxis, Legend)
Initializes a new instance of DateTime100PercentStackedAreaSeries object.
public DateTime100PercentStackedAreaSeries(DateTimeXAxis xAxis, PercentageYAxis yAxis, Legend legend)
Public Sub New (xAxis As DateTimeXAxis, yAxis As PercentageYAxis, legend As Legend)
Parameters
- xAxis
- DateTimeXAxis
DateTimeXAxis of the eateTime 100Percent stacked area series.
- yAxis
- PercentageYAxis
PercentageYAxis of the dateTime 100Percent stacked area series.
- legend
- Legend
Legend of the dateTime 100Percent stacked 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.
DateTime100PercentStackedAreaSeries(PercentageYAxis)
Initializes a new instance of DateTime100PercentStackedAreaSeries object.
public DateTime100PercentStackedAreaSeries(PercentageYAxis yAxis)
Public Sub New (yAxis As PercentageYAxis)
Parameters
- yAxis
- PercentageYAxis
PercentageYAxis of the dateTime 100Percent stacked 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.