PieSeries Constructors

Overloads

PieSeries()Initializes a new instance of the PieSeries class.
PieSeries(Legend)Initializes a new instance of the PieSeries class.
PieSeries(SeriesLabel)Initializes a new instance of the PieSeries class.
PieSeries(SeriesLabel, Single, Color, Legend)Initializes a new instance of the PieSeries class.
PieSeries(Single, Color)Initializes a new instance of the PieSeries class.
PieSeries(Single, Color, Legend)Initializes a new instance of the PieSeries class.

PieSeries()

Initializes a new instance of the PieSeries class.

public PieSeries()
Public Sub New ()

Licensing Info

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

PieSeries(Legend)

Initializes a new instance of the PieSeries class.

public PieSeries(Legend legend)
Public Sub New (legend As Legend)

Parameters

legend
Legend

Legend of the pie series.

Licensing Info

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

PieSeries(SeriesLabel)

Initializes a new instance of the PieSeries class.

public PieSeries(SeriesLabel seriesLabel)
Public Sub New (seriesLabel As SeriesLabel)

Parameters

seriesLabel
SeriesLabel

SeriesLabel of the pie series.

Licensing Info

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

PieSeries(SeriesLabel, Single, Color, Legend)

Initializes a new instance of the PieSeries class.

public PieSeries(SeriesLabel seriesLabel, float borderWidth, Color borderColor, Legend legend)
Public Sub New (seriesLabel As SeriesLabel, borderWidth As Single, borderColor As Color, legend As Legend)

Parameters

seriesLabel
SeriesLabel

SeriesLabel of the pie series.

borderWidth
Single

Border width of the pie series.

borderColor
Color

Border Color of the pie series.

legend
Legend

Legend of the pie series.

Licensing Info

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

PieSeries(Single, Color)

Initializes a new instance of the PieSeries class.

public PieSeries(float borderWidth, Color borderColor)
Public Sub New (borderWidth As Single, borderColor As Color)

Parameters

borderWidth
Single

Border width of the pie series.

borderColor
Color

Border Color of the pie series.

Licensing Info

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

PieSeries(Single, Color, Legend)

Initializes a new instance of the PieSeries class.

public PieSeries(float borderWidth, Color borderColor, Legend legend)
Public Sub New (borderWidth As Single, borderColor As Color, legend As Legend)

Parameters

borderWidth
Single

Border width of the pie series.

borderColor
Color

Border Color of the pie series.

legend
Legend

Legend of the pie series.

Licensing Info

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

See Also

PieSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic