PieSeriesElement Constructors

Overloads

PieSeriesElement(Single)Initializes a new instance of the PieSeriesElement class.
PieSeriesElement(Single, ScalarDataLabel)Initializes a new instance of the PieSeriesElement class.
PieSeriesElement(Single, String)Initializes a new instance of the PieSeriesElement class.
PieSeriesElement(Single, String, Color)Initializes a new instance of the PieSeriesElement class.
PieSeriesElement(Single, String, Color, Legend)Initializes a new instance of the PieSeriesElement class.

PieSeriesElement(Single)

Initializes a new instance of the PieSeriesElement class.

public PieSeriesElement(float value1)
Public Sub New (value1 As Single)

Parameters

value1
Single

Value of the pie series element.

Licensing Info

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

PieSeriesElement(Single, ScalarDataLabel)

Initializes a new instance of the PieSeriesElement class.

public PieSeriesElement(float value1, ScalarDataLabel scalarDataLabel)
Public Sub New (value1 As Single, scalarDataLabel As ScalarDataLabel)

Parameters

value1
Single

Value of the pie series element.

scalarDataLabel
ScalarDataLabel

ScalarDataLabel of the pie series element.

Licensing Info

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

PieSeriesElement(Single, String)

Initializes a new instance of the PieSeriesElement class.

public PieSeriesElement(float value1, string name)
Public Sub New (value1 As Single, name As String)

Parameters

value1
Single

Value of the pie series element.

name
String

Name of the pie series element.

Licensing Info

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

PieSeriesElement(Single, String, Color)

Initializes a new instance of the PieSeriesElement class.

public PieSeriesElement(float value1, string name, Color color)
Public Sub New (value1 As Single, name As String, color As Color)

Parameters

value1
Single

Value of the pie series element.

name
String

Name of the pie series element.

color
Color

Color of the pie series element.

Licensing Info

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

PieSeriesElement(Single, String, Color, Legend)

Initializes a new instance of the PieSeriesElement class.

public PieSeriesElement(float value1, string name, Color color, Legend legend)
Public Sub New (value1 As Single, name As String, color As Color, legend As Legend)

Parameters

value1
Single

Value of the pie series element.

name
String

Name of the pie series element.

color
Color

Color of the pie series element.

legend
Legend

Legend of the pie series element.

Licensing Info

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

See Also

PieSeriesElement
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic