Indexed100PercentStackedAreaSeriesElement Constructors

Overloads

Indexed100PercentStackedAreaSeriesElement(String)Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.
Indexed100PercentStackedAreaSeriesElement(String, Color)Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.
Indexed100PercentStackedAreaSeriesElement(String, Color, Legend)Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.
Indexed100PercentStackedAreaSeriesElement(String, Color, Marker)Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.
Indexed100PercentStackedAreaSeriesElement(String, Color, Marker, Legend)Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.

Indexed100PercentStackedAreaSeriesElement(String)

Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.

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

Parameters

name
String

Name of the indexed 100Percent stacked area series element.

Licensing Info

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

Indexed100PercentStackedAreaSeriesElement(String, Color)

Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.

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

Parameters

name
String

Name of the indexed 100Percent stacked area series element.

color
Color

Color of the indexed 100Percent stacked area series element.

Licensing Info

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

Indexed100PercentStackedAreaSeriesElement(String, Color, Legend)

Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.

public Indexed100PercentStackedAreaSeriesElement(string name, Color color, Legend legend)
Public Sub New (name As String, color As Color, legend As Legend)

Parameters

name
String

Name of the indexed 100Percent stacked areaSeries element.

color
Color

Color of the indexed 100Percent stacked area series element.

legend
Legend

Legend of the indexed 100Percent stacked area series element.

Licensing Info

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

Indexed100PercentStackedAreaSeriesElement(String, Color, Marker)

Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.

public Indexed100PercentStackedAreaSeriesElement(string name, Color color, Marker marker)
Public Sub New (name As String, color As Color, marker As Marker)

Parameters

name
String

Name of the indexed 100Percent stacked area series element.

color
Color

Color of the indexed 100Percent stacked area series element.

marker
Marker

Marker of the indexed 100Percent stacked area series element.

Licensing Info

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

Indexed100PercentStackedAreaSeriesElement(String, Color, Marker, Legend)

Initializes a new instance of the Indexed100PercentStackedAreaSeriesElement object.

public Indexed100PercentStackedAreaSeriesElement(string name, Color color, Marker marker, Legend legend)
Public Sub New (name As String, color As Color, marker As Marker, legend As Legend)

Parameters

name
String

Name of the indexed 100Percent stacked areaSeries element.

color
Color

Color of the indexed 100Percent stacked area series element.

marker
Marker

Marker of the indexed 100Percent stacked area series element.

legend
Legend

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

Indexed100PercentStackedAreaSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic