ScalarDataLabel Constructors

Overloads

ScalarDataLabel(Boolean)Initializes a new instance of the ScalarDataLabel class.
ScalarDataLabel(Boolean, Boolean)Initializes a new instance of the ScalarDataLabel class.
ScalarDataLabel(Boolean, Boolean, Boolean)Initializes a new instance of the ScalarDataLabel class.
ScalarDataLabel(Font, Single, Color, Boolean)Initializes a new instance of the ScalarDataLabel class.

ScalarDataLabel(Boolean)

Initializes a new instance of the ScalarDataLabel class.

public ScalarDataLabel(bool showValue)
Public Sub New (showValue As Boolean)

Parameters

showValue
Boolean

Visible status of the pie series element value.

Licensing Info

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

ScalarDataLabel(Boolean, Boolean)

Initializes a new instance of the ScalarDataLabel class.

public ScalarDataLabel(bool showValue, bool showElement)
Public Sub New (showValue As Boolean, showElement As Boolean)

Parameters

showValue
Boolean

Visible status of the pie series element value.

showElement
Boolean

Visible status of the pie series element name.

Licensing Info

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

ScalarDataLabel(Boolean, Boolean, Boolean)

Initializes a new instance of the ScalarDataLabel class.

public ScalarDataLabel(bool showValue, bool showPercentage, bool showElement)
Public Sub New (showValue As Boolean, showPercentage As Boolean, showElement As Boolean)

Parameters

showValue
Boolean

Visible status of the pie series element value.

showPercentage
Boolean

Visible status of the pie series element value in percentage.

showElement
Boolean

Visible status of the pie series element name.

Licensing Info

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

ScalarDataLabel(Font, Single, Color, Boolean)

Initializes a new instance of the ScalarDataLabel class.

public ScalarDataLabel(Font font, float fontSize, Color color, bool showValue)
Public Sub New (font As Font, fontSize As Single, color As Color, showValue As Boolean)

Parameters

font
Font

Font of the scalar data label.

fontSize
Single

Size of the scalar data label.

color
Color

Color of the scalar data label.

showValue
Boolean

Visible status of the pie series element value.

Licensing Info

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

See Also

ScalarDataLabel
ceTe.DynamicPDF.PageElements.Charting

In this topic