DateTimeAreaSeries Constructors

Overloads

DateTimeAreaSeries(String)Initializes a new instance of the DateTimeAreaSeries object.
DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis)Initializes a new instance of the DateTimeAreaSeries object.
DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color)Initializes a new instance of the DateTimeAreaSeries object.
DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color, Legend)Initializes a new instance of the DateTimeAreaSeries object.
DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color, Marker)Initializes a new instance of the DateTimeAreaSeries object.
DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color, Marker, Legend)Initializes a new instance of the DateTimeAreaSeries object.

DateTimeAreaSeries(String)

Initializes a new instance of the DateTimeAreaSeries object.

public DateTimeAreaSeries(string name)
Public Sub New (name As String)

Parameters

name
String

Name of the datetime Area series

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis)

Initializes a new instance of the DateTimeAreaSeries object.

public DateTimeAreaSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis)

Parameters

name
String

Name of the datetime Area series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime area series.

yAxis
NumericYAxis

NumericYAxis of the datetime area series

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color)

Initializes a new instance of the DateTimeAreaSeries object.

public DateTimeAreaSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color)

Parameters

name
String

Name of the datetime Area series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime area series.

yAxis
NumericYAxis

NumericYAxis of the datetime area series.

color
Color

Color of the datetime area series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color, Legend)

Initializes a new instance of the DateTimeAreaSeries object.

public DateTimeAreaSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, Legend legend)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, legend As Legend)

Parameters

name
String

Name of the datetime Area series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime area series.

yAxis
NumericYAxis

NumericYAxis of the datetime area series.

color
Color

Color of the datetime area series.

legend
Legend

Legend of the datetime area series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color, Marker)

Initializes a new instance of the DateTimeAreaSeries object.

public DateTimeAreaSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, Marker marker)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, marker As Marker)

Parameters

name
String

Name of the datetime Area series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime area series.

yAxis
NumericYAxis

NumericYAxis of the datetime area series.

color
Color

Color of the datetime area series.

marker
Marker

Marker of the dateTime area series

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

DateTimeAreaSeries(String, DateTimeXAxis, NumericYAxis, Color, Marker, Legend)

Initializes a new instance of the DateTimeAreaSeries object.

public DateTimeAreaSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, Marker marker, Legend legend)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, marker As Marker, legend As Legend)

Parameters

name
String

Name of the datetime Area series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime area series.

yAxis
NumericYAxis

NumericYAxis of the datetime area series

color
Color

Color of the datetime area series

marker
Marker

Marker of the dateTime area series.

legend
Legend

Legend of the datetime area series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

DateTimeAreaSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic