Indexed100PercentStackedLineSeriesElement Constructors

Overloads

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

Indexed100PercentStackedLineSeriesElement(String)

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

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

Parameters

name
String

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

Indexed100PercentStackedLineSeriesElement(String, Color)

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

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

Parameters

name
String

Name of the indexed 100Percent stacked line series element.

color
Color

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

Indexed100PercentStackedLineSeriesElement(String, Color, Single)

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

public Indexed100PercentStackedLineSeriesElement(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 100Percent stacked line series element.

color
Color

Color of the indexed 100Percent stacked line series element.

lineWidth
Single

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

Indexed100PercentStackedLineSeriesElement(String, Color, Single, LineStyle)

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

public Indexed100PercentStackedLineSeriesElement(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 100Percent stacked line series element.

color
Color

Color of the indexed 100Percent stacked line series element.

lineWidth
Single

Line width of the indexed 100Percent stacked line series element.

style
LineStyle

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

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

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

public Indexed100PercentStackedLineSeriesElement(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 100Percent stacked line series element.

color
Color

Color of the indexed 100Percent stacked line series element.

lineWidth
Single

Line width of the indexed 100Percent stacked line series element.

style
LineStyle

LineStyle of the indexed 100Percent stacked line series element.

legend
Legend

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

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

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

public Indexed100PercentStackedLineSeriesElement(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 100Percent stacked line series element.

color
Color

Color of the indexed 100Percent stacked line series element.

lineWidth
Single

Line width of the indexed 100Percent stacked line series element.

style
LineStyle

LineStyle of the indexed 100Percent stacked line series element.

marker
Marker

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

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

Initializes a new instance of the Indexed100PercentStackedLineSeriesElement object.

public Indexed100PercentStackedLineSeriesElement(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 100Percent stacked lineSeries element.

lineWidth
Single

Line width of the indexed 100Percent stacked line series element.

style
LineStyle

LineStyle of the indexed 100Percent stacked line series element.

color
Color

Color of the indexed 100Percent stacked line series element.

marker
Marker

Marker of the indexed indexed 100Percent stacked line series element.

legend
Legend

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

Indexed100PercentStackedLineSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic