IndexedStackedLineSeriesElement Constructors

Overloads

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

IndexedStackedLineSeriesElement(String)

Initializes a new instance of the IndexedStackedLineSeriesElement object.

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

Parameters

name
String

Name of the indexed 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:

IndexedStackedLineSeriesElement(String, Color)

Initializes a new instance of the IndexedStackedLineSeriesElement object.

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

Parameters

name
String

Name of the indexed stacked line series element.

color
Color

Color of the indexed 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:

IndexedStackedLineSeriesElement(String, Color, Single)

Initializes a new instance of the IndexedStackedLineSeriesElement object.

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

Parameters

name
String

Name of the indexed stacked line series element.

color
Color

Color of the indexed stacked line series element.

lineWidth
Single

Line width of the indexed 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:

IndexedStackedLineSeriesElement(String, Color, Single, LineStyle)

Initializes a new instance of the IndexedStackedLineSeriesElement object.

public IndexedStackedLineSeriesElement(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 indexed stacked line series element.

color
Color

Color of the indexed stacked line series element.

lineWidth
Single

Line width of the indexed stacked line Series element.

style
LineStyle

LineStyle of the indexed 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:

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

Initializes a new instance of the IndexedStackedLineSeriesElement object.

public IndexedStackedLineSeriesElement(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 indexed stacked line series element.

color
Color

Color of the indexed stacked line series element.

lineWidth
Single

Line width of the indexed stacked line series element.

style
LineStyle

LineStyle of the indexed stacked line series element.

legend
Legend

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

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

Initializes a new instance of the IndexedStackedLineSeriesElement object.

public IndexedStackedLineSeriesElement(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 indexed stacked line series element.

color
Color

Color of the indexed stacked line series element.

lineWidth
Single

Line width of the indexed stacked line series element.

style
LineStyle

LineStyle of the indexed stacked line series element.

marker
Marker

Marker of the indexed indexed 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:

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

Initializes a new instance of the IndexedStackedLineSeriesElement object.

public IndexedStackedLineSeriesElement(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 indexed stacked line series element.

lineWidth
Single

Line width of the indexed stacked line series element.

style
LineStyle

LineStyle of the indexed Stacked Line series element.

color
Color

Color of the indexed stacked line series element.

marker
Marker

Marker of the indexed indexed stacked line series element.

legend
Legend

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

IndexedStackedLineSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic