IndexedBarSeries Constructors

Overloads

IndexedBarSeries(String)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, Color)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, IndexedYAxis)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Legend)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Single)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Single, Color)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Single, Color, Legend)Initializes a new instance of the IndexedBarSeries class.
IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Single, Color)Initializes a new instance of the IndexedBarSeries class.

IndexedBarSeries(String)

Initializes a new instance of the IndexedBarSeries class.

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

Parameters

name
String

Name of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, Color)

Initializes a new instance of the IndexedBarSeries class.

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

Parameters

name
String

Name of the indexed bar series.

color
Color

Color of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, IndexedYAxis)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, IndexedYAxis indexedYAxis)
Public Sub New (name As String, indexedYAxis As IndexedYAxis)

Parameters

name
String

Name of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis)
Public Sub New (name As String, numericXAxis As NumericXAxis)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Color color)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, color As Color)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

color
Color

Color of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Legend)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Color color, Legend legend)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, color As Color, legend As Legend)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

color
Color

Color of the indexed bar series.

legend
Legend

Legend of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Single)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Color color, float borderWidth)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, color As Color, borderWidth As Single)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

color
Color

Color of the indexed bar series.

borderWidth
Single

Border width of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Single, Color)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Color color, float borderWidth, Color borderColor)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, color As Color, borderWidth As Single, borderColor As Color)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

color
Color

Color of the indexed bar series.

borderWidth
Single

Border width of the indexed bar series.

borderColor
Color

Border Color for border of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Color, Single, Color, Legend)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Color color, float borderWidth, Color borderColor, Legend legend)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, color As Color, borderWidth As Single, borderColor As Color, legend As Legend)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

color
Color

Color of the indexed bar series.

borderWidth
Single

Border width of the indexed bar series.

borderColor
Color

Border Color for border of the indexed bar series.

legend
Legend

Legend of the indexed bar series.

Licensing Info

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

IndexedBarSeries(String, NumericXAxis, IndexedYAxis, Single, Color)

Initializes a new instance of the IndexedBarSeries class.

public IndexedBarSeries(string name, NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, float borderWidth, Color borderColor)
Public Sub New (name As String, numericXAxis As NumericXAxis, indexedYAxis As IndexedYAxis, borderWidth As Single, borderColor As Color)

Parameters

name
String

Name of the indexed bar series.

numericXAxis
NumericXAxis

NumericXAxis of the indexed bar series.

indexedYAxis
IndexedYAxis

IndexedYAxis of the indexed bar series.

borderWidth
Single

Border width of the indexed bar series.

borderColor
Color

Border Color for border of the indexed bar series.

Licensing Info

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

See Also

IndexedBarSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic