DateTimeStackedAreaSeriesElement Constructors

Overloads

DateTimeStackedAreaSeriesElement(String)Initializes a new instance of the DateTimeStackedAreaSeriesElement object.
DateTimeStackedAreaSeriesElement(String, Color)Initializes a new instance of the DateTimeStackedAreaSeriesElement object.
DateTimeStackedAreaSeriesElement(String, Color, Legend)Initializes a new instance of the DateTimeStackedAreaSeriesElement object.
DateTimeStackedAreaSeriesElement(String, Color, Marker)Initializes a new instance of the DateTimeStackedAreaSeriesElement object.
DateTimeStackedAreaSeriesElement(String, Color, Marker, Legend)Initializes a new instance of the DateTimeStackedAreaSeriesElement object.

DateTimeStackedAreaSeriesElement(String)

Initializes a new instance of the DateTimeStackedAreaSeriesElement object.

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

Parameters

name
String

Name of the dateTime stacked area series element.

Licensing Info

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

DateTimeStackedAreaSeriesElement(String, Color)

Initializes a new instance of the DateTimeStackedAreaSeriesElement object.

public DateTimeStackedAreaSeriesElement(string name, Color color)
Public Sub New (name As String, color As Color)

Parameters

name
String

Name of the dateTime stacked area series element.

color
Color

Color of the dateTime stacked area series element.

Licensing Info

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

DateTimeStackedAreaSeriesElement(String, Color, Legend)

Initializes a new instance of the DateTimeStackedAreaSeriesElement object.

public DateTimeStackedAreaSeriesElement(string name, Color color, Legend legend)
Public Sub New (name As String, color As Color, legend As Legend)

Parameters

name
String

Name of the dateTime stacked area series element.

color
Color

Color of the dateTime stacked area series element.

legend
Legend

Legend of the dateTime stacked area series element.

Licensing Info

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

DateTimeStackedAreaSeriesElement(String, Color, Marker)

Initializes a new instance of the DateTimeStackedAreaSeriesElement object.

public DateTimeStackedAreaSeriesElement(string name, Color color, Marker marker)
Public Sub New (name As String, color As Color, marker As Marker)

Parameters

name
String

Name of the dateTime stacked area series element.

color
Color

Color of the dateTime stacked area series element.

marker
Marker

Marker of the dateTime stacked area series element.

Licensing Info

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

DateTimeStackedAreaSeriesElement(String, Color, Marker, Legend)

Initializes a new instance of the DateTimeStackedAreaSeriesElement object.

public DateTimeStackedAreaSeriesElement(string name, Color color, Marker marker, Legend legend)
Public Sub New (name As String, color As Color, marker As Marker, legend As Legend)

Parameters

name
String

Name of the dateTime stacked area series element.

color
Color

Color of the dateTime stacked area series element.

marker
Marker

Marker of the dateTime stacked area series element.

legend
Legend

Legend of the dateTime stacked area series element.

Licensing Info

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

See Also

DateTimeStackedAreaSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic