DateTime100PercentStackedBarSeriesElement Constructors

Overloads

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

DateTime100PercentStackedBarSeriesElement(String)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

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

Parameters

name
String

Name of the date time100Percent stacked bar series element.

Licensing Info

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

DateTime100PercentStackedBarSeriesElement(String, Color)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

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

Parameters

name
String

Name of the dateTime 100Percent stacked barSeries element.

color
Color

Color of the dateTime 100Percent stacked barSeries element.

Licensing Info

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

DateTime100PercentStackedBarSeriesElement(String, Color, Legend)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

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

Parameters

name
String

Name of the dateTime 100Percent stacked barSeries element.

color
Color

Color of the dateTime 100Percent stacked barSeries element.

legend
Legend

Legend of the dateTime 100Percent stacked barSeries element.

Licensing Info

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

DateTime100PercentStackedBarSeriesElement(String, Color, Single)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

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

Parameters

name
String

Name of the date time 100Percent stacked barSeries element.

color
Color

Color of the dateTime 100Percent stacked barSeries element.

borderWidth
Single

Border width of the dateTime 100Percent stacked barSeries element.

Licensing Info

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

DateTime100PercentStackedBarSeriesElement(String, Color, Single, Color)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

public DateTime100PercentStackedBarSeriesElement(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 dateTime 100Percent stacked barSeries element.

color
Color

Color of the dateTime 100Percent stacked barSeries element.

borderWidth
Single

Border width of the dateTime 100Percent stacked barSeries element.

borderColor
Color

Border Color of the dateTime 100Percent stacked barSeries element.

Licensing Info

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

DateTime100PercentStackedBarSeriesElement(String, Color, Single, Color, Legend)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

public DateTime100PercentStackedBarSeriesElement(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 dateTime 100Percent stacked barSeries element.

color
Color

Color of the dateTime 100Percent stacked barSeries element.

borderWidth
Single

Border width of the dateTime 100Percent stacked barSeries element.

borderColor
Color

Border Color of the dateTime 100Percent stacked barSeries element.

legend
Legend

Legend of the dateTime 100Percent stacked barSeries element.

Licensing Info

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

DateTime100PercentStackedBarSeriesElement(String, Single, Color)

Initializes a new instance of the DateTime100PercentStackedBarSeriesElement class.

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

Parameters

name
String

Name of the dateTime 100Percent stacked barSeries element

borderWidth
Single

Border width of the dateTime 100Percent stacked barSeries element

borderColor
Color

Border Color of the dateTime 100Percent Stacked barSeries element.

Licensing Info

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

See Also

DateTime100PercentStackedBarSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic