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)
Public Sub New (name As String)

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)
Public Sub New (name As String, xAxis As IndexedXAxis, yAxis As NumericYAxis)

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)
Public Sub New (name As String, xAxis As IndexedXAxis, yAxis As NumericYAxis, color As 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)
Public Sub New (name As String, xAxis As IndexedXAxis, yAxis As NumericYAxis, color As Color, legend As 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)
Public Sub New (name As String, xAxis As IndexedXAxis, yAxis As NumericYAxis, color As Color, marker As 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)
Public Sub New (name As String, xAxis As IndexedXAxis, yAxis As NumericYAxis, color As Color, marker As Marker, legend As 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

In this topic