Indexed100PercentStackedColumnSeriesElement Constructors

Overloads

Indexed100PercentStackedColumnSeriesElement(String)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(String, Color)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(String, Color, Legend)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(String, Color, Single)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(String, Color, Single, Color)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(String, Color, Single, Color, Legend)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(String, Single, Color)Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Indexed100PercentStackedColumnSeriesElement(String)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

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

Parameters

name
String

Name of the indexed 100Percent stacked columnSeries element.

Licensing Info

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

Indexed100PercentStackedColumnSeriesElement(String, Color)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

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

Parameters

name
String

Name of the indexed 100Percent stacked columnSeries element.

color
Color

Color of the indexed 100Percent stacked columnSeries element.

Licensing Info

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

Indexed100PercentStackedColumnSeriesElement(String, Color, Legend)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

public Indexed100PercentStackedColumnSeriesElement(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 columnSeries element.

color
Color

Color of indexed 100Percent stacked columnSeries element.

legend
Legend

Legend of the indexed 100Percent stacked columnSeries element.

Licensing Info

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

Indexed100PercentStackedColumnSeriesElement(String, Color, Single)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

public Indexed100PercentStackedColumnSeriesElement(string name, Color color, float borderWidth)
Public Sub New (name As String, color As Color, borderWidth As Single)

Parameters

name
String

Name of the indexed 100Percent stacked columnSeries element.

color
Color

Color of the indexed 100Percent stacked columnSeries element.

borderWidth
Single

Border width of the indexed 100Percent stacked columnSeries element.

Licensing Info

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

Indexed100PercentStackedColumnSeriesElement(String, Color, Single, Color)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

public Indexed100PercentStackedColumnSeriesElement(string name, Color color, float borderWidth, Color borderColor)
Public Sub New (name As String, color As Color, borderWidth As Single, borderColor As Color)

Parameters

name
String

Name of the indexed 100Percent stacked columnSeries element.

color
Color

Color of the indexed 100Percent stacked columnSeries element.

borderWidth
Single

Border width of the indexed 100Percent stacked columnSeries element.

borderColor
Color

Border Color of the indexed 100Percent stacked columnSeries element.

Licensing Info

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

Indexed100PercentStackedColumnSeriesElement(String, Color, Single, Color, Legend)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

public Indexed100PercentStackedColumnSeriesElement(string name, Color color, float borderWidth, Color borderColor, Legend legend)
Public Sub New (name As String, color As Color, borderWidth As Single, borderColor As Color, legend As Legend)

Parameters

name
String

Name of the indexed 100Percent stacked columnSeries element.

color
Color

Color of the indexed 100Percent stacked ColumnSeries element.

borderWidth
Single

Border width of the indexed 100Percent stacked columnSeries Element.

borderColor
Color

Border Color of the indexed 100Percent stacked columnSeries element.

legend
Legend

Legend of the indexed 100Percent Stacked columnSeries element.

Licensing Info

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

Indexed100PercentStackedColumnSeriesElement(String, Single, Color)

Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

public Indexed100PercentStackedColumnSeriesElement(string name, float borderWidth, Color borderColor)
Public Sub New (name As String, borderWidth As Single, borderColor As Color)

Parameters

name
String

Name of the indexed 100Percent stacked columnSeries element.

borderWidth
Single

Border width of the indexed 100Percent stacked columnSeries element.

borderColor
Color

Border Color of the indexed 100Percent stacked columnSeries element.

Licensing Info

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

See Also

Indexed100PercentStackedColumnSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic