DateTimeStackedLineSeriesElement Constructors

Overloads

DateTimeStackedLineSeriesElement(String)Initializes a new instance of the DateTimeStackedLineSeriesElement object.
DateTimeStackedLineSeriesElement(String, Color)Initializes a new instance of the DateTimeStackedLineSeriesElement object.
DateTimeStackedLineSeriesElement(String, Color, Single)Initializes a new instance of the DateTimeStackedLineSeriesElement object.
DateTimeStackedLineSeriesElement(String, Color, Single, LineStyle)Initializes a new instance of the DateTimeStackedLineSeriesElement object.
DateTimeStackedLineSeriesElement(String, Color, Single, LineStyle, Legend)Initializes a new instance of the DateTimeStackedLineSeriesElement object.
DateTimeStackedLineSeriesElement(String, Color, Single, LineStyle, Marker)Initializes a new instance of the DateTimeStackedLineSeriesElement object.
DateTimeStackedLineSeriesElement(String, Single, LineStyle, Color, Marker, Legend)Initializes a new instance of the DateTimeStackedLineSeriesElement object.

DateTimeStackedLineSeriesElement(String)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

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

Parameters

name
String

Name of the dateTime stacked line series element.

Licensing Info

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

DateTimeStackedLineSeriesElement(String, Color)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

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

Parameters

name
String

Name of the dateTime stacked line series element.

color
Color

Color of the dateTime stacked line series element.

Licensing Info

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

DateTimeStackedLineSeriesElement(String, Color, Single)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

public DateTimeStackedLineSeriesElement(string name, Color color, float lineWidth)
Public Sub New (name As String, color As Color, lineWidth As Single)

Parameters

name
String

Name of the dateTime stacked line series element.

color
Color

Color of the dateTime stacked line series element.

lineWidth
Single

Line width of the dateTime stacked line series element.

Licensing Info

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

DateTimeStackedLineSeriesElement(String, Color, Single, LineStyle)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

public DateTimeStackedLineSeriesElement(string name, Color color, float lineWidth, LineStyle style)
Public Sub New (name As String, color As Color, lineWidth As Single, style As LineStyle)

Parameters

name
String

Name of the dateTime stacked line series element.

color
Color

Color of the dateTime stacked line series element.

lineWidth
Single

Line width of the dateTime stacked lineSeries element.

style
LineStyle

LineStyle of the dateTime stacked line series element.

Licensing Info

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

DateTimeStackedLineSeriesElement(String, Color, Single, LineStyle, Legend)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

public DateTimeStackedLineSeriesElement(string name, Color color, float lineWidth, LineStyle style, Legend legend)
Public Sub New (name As String, color As Color, lineWidth As Single, style As LineStyle, legend As Legend)

Parameters

name
String

Name of the dateTime stacked line series element.

color
Color

Color of the dateTime stacked line series element.

lineWidth
Single

Line width of the dateTime stacked line series element.

style
LineStyle

LineStyle of the dateTime stacked line series element.

legend
Legend

Legend of the dateTime stacked line series element.

Licensing Info

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

DateTimeStackedLineSeriesElement(String, Color, Single, LineStyle, Marker)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

public DateTimeStackedLineSeriesElement(string name, Color color, float lineWidth, LineStyle style, Marker marker)
Public Sub New (name As String, color As Color, lineWidth As Single, style As LineStyle, marker As Marker)

Parameters

name
String

Name of the dateTime stacked line series element.

color
Color

Color of the dateTime stacked line series element.

lineWidth
Single

Line width of the dateTime stacked line series element.

style
LineStyle

LineStyle of the dateTime stacked line series element.

marker
Marker

Marker of the dateTime stacked line series element.

Licensing Info

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

DateTimeStackedLineSeriesElement(String, Single, LineStyle, Color, Marker, Legend)

Initializes a new instance of the DateTimeStackedLineSeriesElement object.

public DateTimeStackedLineSeriesElement(string name, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
Public Sub New (name As String, lineWidth As Single, style As LineStyle, color As Color, marker As Marker, legend As Legend)

Parameters

name
String

Name of the dateTime Stacked Line Series Element.

lineWidth
Single

Line width of the dateTime stacked line series element.

style
LineStyle

LineStyle of the dateTime stacked line series element.

color
Color

Color of the dateTime stacked line Series element.

marker
Marker

Marker of the dateTime stacked line series element.

legend
Legend

Legend of the dateTime stacked line 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

DateTimeStackedLineSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic