IndexedAreaSeries Constructors

Overloads

IndexedAreaSeries(String)Initializes a new instance of the IndexedAreaSeries object.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis)Initializes a new instance of the IndexedAreaSeries object.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color)Initializes a new instance of the IndexedAreaSeries object.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Legend)Initializes a new instance of the IndexedAreaSeries object.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker)Initializes a new instance of the IndexedAreaSeries object.
IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker, Legend)Initializes a new instance of the IndexedAreaSeries object.

IndexedAreaSeries(String)

Initializes a new instance of the IndexedAreaSeries object.

public IndexedAreaSeries(string name)

Parameters

name
String

Name of the indexed Area series.

Licensing Info

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

IndexedAreaSeries(String, IndexedXAxis, NumericYAxis)

Initializes a new instance of the IndexedAreaSeries object.

public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis)

Parameters

name
String

Name of the indexed Area series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed area series.

yAxis
NumericYAxis

NumericYAxis of the indexed area series.

Licensing Info

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

IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color)

Initializes a new instance of the IndexedAreaSeries object.

public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color)

Parameters

name
String

Name of the indexed area series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed area series.

yAxis
NumericYAxis

NumericYAxis of the indexed area series.

color
Color

Color of the indexed area series.

Licensing Info

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

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

Initializes a new instance of the IndexedAreaSeries object.

public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, Legend legend)

Parameters

name
String

Name of the indexed Area series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed area series.

yAxis
NumericYAxis

NumericYAxis of the indexed area series.

color
Color

Color of the indexed area series.

legend
Legend

Legend of the indexed area series.

Licensing Info

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

IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker)

Initializes a new instance of the IndexedAreaSeries object.

public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, Marker marker)

Parameters

name
String

Name of the indexed Area series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed area series.

yAxis
NumericYAxis

NumericYAxis of the indexed area series.

color
Color

Color of the indexed area series.

marker
Marker

Marker of the indexed area series.

Licensing Info

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

IndexedAreaSeries(String, IndexedXAxis, NumericYAxis, Color, Marker, Legend)

Initializes a new instance of the IndexedAreaSeries object.

public IndexedAreaSeries(string name, IndexedXAxis xAxis, NumericYAxis yAxis, Color color, Marker marker, Legend legend)

Parameters

name
String

Name of the indexed Area series.

xAxis
IndexedXAxis

IndexedXAxis of the indexed area series.

yAxis
NumericYAxis

NumericYAxis of the indexed area series.

color
Color

Color of the indexed area series.

marker
Marker

Marker of the indexed area series.

legend
Legend

Legend of the indexed area series.

Licensing Info

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

See Also

IndexedAreaSeries
ceTe.DynamicPDF.PageElements.Charting.Series