IndexedStackedAreaSeriesElement Constructors

Overloads

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

IndexedStackedAreaSeriesElement(String)

Initializes a new instance of the IndexedStackedAreaSeriesElement object.

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

Parameters

name
String

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

IndexedStackedAreaSeriesElement(String, Color)

Initializes a new instance of the IndexedStackedAreaSeriesElement object.

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

Parameters

name
String

Name of the indexed stacked area series element.

color
Color

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

IndexedStackedAreaSeriesElement(String, Color, Legend)

Initializes a new instance of the IndexedStackedAreaSeriesElement object.

public IndexedStackedAreaSeriesElement(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 stacked area series element.

color
Color

Color of the indexed stacked area series element.

legend
Legend

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

IndexedStackedAreaSeriesElement(String, Color, Marker)

Initializes a new instance of the IndexedStackedAreaSeriesElement object.

public IndexedStackedAreaSeriesElement(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 stacked area series element.

color
Color

Color of the indexed stacked area series element.

marker
Marker

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

IndexedStackedAreaSeriesElement(String, Color, Marker, Legend)

Initializes a new instance of the IndexedStackedAreaSeriesElement object.

public IndexedStackedAreaSeriesElement(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 stacked area series element.

color
Color

Color of the indexed stacked area series element.

marker
Marker

Marker of the indexed stacked area series element.

legend
Legend

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

IndexedStackedAreaSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic