IndexedColumnSeries Constructors

Overloads

IndexedColumnSeries(String)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, Color)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Legend)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single, Color)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single, Color, Legend)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Single, Color)Initializes a new instance of the IndexedColumnSeries class.
IndexedColumnSeries(String, NumericYAxis)Initializes a new instance of the IndexedColumnSeries class.

IndexedColumnSeries(String)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name)

Parameters

name
String

Name of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, Color)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, Color color)

Parameters

name
String

Name of the indexed column series.

color
Color

Color of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

color
Color

Color of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Legend)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, Legend legend)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

color
Color

Color of the indexed column series.

legend
Legend

Legend of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

color
Color

Color of the indexed column series.

borderWidth
Single

Border width of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single, Color)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth, Color borderColor)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

color
Color

Color of the indexed column series.

borderWidth
Single

Border width of the indexed column series.

borderColor
Color

Border Color for the border of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Color, Single, Color, Legend)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Color color, float borderWidth, Color borderColor, Legend legend)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

color
Color

Color of the indexed column series.

borderWidth
Single

Border width of the indexed column series.

borderColor
Color

Border Color for the border of the indexed column series.

legend
Legend

Legend of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, IndexedXAxis, NumericYAxis, Single, Color)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, float borderWidth, Color borderColor)

Parameters

name
String

Name of the indexed column series.

indexedXAxis
IndexedXAxis

IndexedXAxis of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

borderWidth
Single

Border width of the indexed column series.

borderColor
Color

Border Color for the border of the indexed column series.

Licensing Info

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

IndexedColumnSeries(String, NumericYAxis)

Initializes a new instance of the IndexedColumnSeries class.

public IndexedColumnSeries(string name, NumericYAxis numericYAxis)

Parameters

name
String

Name of the indexed column series.

numericYAxis
NumericYAxis

NumericYAxis of the indexed column series.

Licensing Info

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

See Also

IndexedColumnSeries
ceTe.DynamicPDF.PageElements.Charting.Series