DateTimeLineSeries Constructors

Overloads

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

DateTimeLineSeries(String)

Initializes a new instance of the DateTimeLineSeries object.

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

Parameters

name
String

Name of the datetime line series.

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(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 line series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series

yAxis
NumericYAxis

NumericYAxis of the datetime line series.

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis, Color)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(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 line series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series.

yAxis
NumericYAxis

NumericYAxis of the datetime line series.

color
Color

Color of the datetime line series.

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis, Color, Single)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, lineWidth As Single)

Parameters

name
String

Name of the datetime line series

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series.

yAxis
NumericYAxis

NumericYAxis of the datetime line series

color
Color

Color of the datetime line series.

lineWidth
Single

line width of the datetime line series

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis, Color, Single, LineStyle)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, lineWidth As Single, style As LineStyle)

Parameters

name
String

Name of the datetime line series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series.

yAxis
NumericYAxis

NumericYAxis of the datetime line series.

color
Color

Color of the datetime line series

lineWidth
Single

line width of the datetime line series.

style
LineStyle

LineStyle of the datetime line series.

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis, Color, Single, LineStyle, Legend)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Legend legend)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, lineWidth As Single, style As LineStyle, legend As Legend)

Parameters

name
String

Name of the datetime line series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series.

yAxis
NumericYAxis

NumericYAxis of the datetime line series.

color
Color

Color of the datetime line series

lineWidth
Single

line width of the datetime line series.

style
LineStyle

LineStyle of the datetime line series.

legend
Legend

Legend of the datetime line series.

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis, Color, Single, LineStyle, Marker)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, Color color, float lineWidth, LineStyle style, Marker marker)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, color As Color, lineWidth As Single, style As LineStyle, marker As Marker)

Parameters

name
String

Name of the datetime line series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series.

yAxis
NumericYAxis

NumericYAxis of the datetime line series.

color
Color

Color of the datetime line series.

lineWidth
Single

line width of the datetime line series.

style
LineStyle

LineStyle of the datetime line series

marker
Marker

Marker of the dateTime line series.

Licensing Info

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

DateTimeLineSeries(String, DateTimeXAxis, NumericYAxis, Single, LineStyle, Color, Marker, Legend)

Initializes a new instance of the DateTimeLineSeries object.

public DateTimeLineSeries(string name, DateTimeXAxis xAxis, NumericYAxis yAxis, float lineWidth, LineStyle style, Color color, Marker marker, Legend legend)
Public Sub New (name As String, xAxis As DateTimeXAxis, yAxis As NumericYAxis, lineWidth As Single, style As LineStyle, color As Color, marker As Marker, legend As Legend)

Parameters

name
String

Name of the datetime line series.

xAxis
DateTimeXAxis

DateTimeXAxis of the datetime line series

yAxis
NumericYAxis

NumericYAxis of the datetime line series.

lineWidth
Single

Line width of the datetime line series.

style
LineStyle

LineStyle of the datetime line series.

color
Color

Color of the datetime line series.

marker
Marker

Marker of the dateTime line series.

legend
Legend

Legend of the datetime line series.

Licensing Info

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

See Also

DateTimeLineSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic