IndexedLineSeries Constructors

Overloads

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

IndexedLineSeries(String)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis)

Initializes a new instance of the IndexedLineSeries object.

public IndexedLineSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis)
Public Sub New (name As String, xAxis As IndexedXAxis, yAxis As NumericYAxis)

Parameters

name
String

Name of the indexed line series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis, Color)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed line series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

color
Color

Color of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis, Color, Single)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed line series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

color
Color

Color of the indexed line series.

lineWidth
Single

Line width of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis, Color, Single, LineStyle)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed lineseries.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

color
Color

Color of the indexed line series.

lineWidth
Single

Line width of the indexed line series.

style
LineStyle

LineStyle of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis, Color, Single, LineStyle, Legend)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed lineseries.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

color
Color

Color of the indexed line series.

lineWidth
Single

Line width of the indexed line series.

style
LineStyle

LineStyle of the indexed line series.

legend
Legend

Legend of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis, Color, Single, LineStyle, Marker)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed lineseries.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

color
Color

Color of the indexed line series.

lineWidth
Single

Line width of the indexed line series.

style
LineStyle

LineStyle of the indexed line series.

marker
Marker

Marker of the indexed line series.

Licensing Info

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

IndexedLineSeries(String, IndexedXAxis, NumericYAxis, Single, LineStyle, Color, Marker, Legend)

Initializes a new instance of the IndexedLineSeries object.

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

Parameters

name
String

Name of the indexed line series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed line series.

yAxis
NumericYAxis

NumericYAxis of the indexed line series.

lineWidth
Single

Line width of the indexed line series.

style
LineStyle

LineStyle of the indexed line series.

color
Color

Color of the indexed line series.

marker
Marker

Marker of the indexed line series.

legend
Legend

Legend of the indexed 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

IndexedLineSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic