PercentageDataLabel Constructors

Overloads

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

PercentageDataLabel(Boolean)

Initializes a new instance of the PercentageDataLabel class.

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

Parameters

showValue
Boolean

Visible status of the series value

Licensing Info

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

PercentageDataLabel(Boolean, Boolean)

Initializes a new instance of the PercentageDataLabel class.

public PercentageDataLabel(bool showValue, bool showSeries)
Public Sub New (showValue As Boolean, showSeries As Boolean)

Parameters

showValue
Boolean

Visible status of the series value.

showSeries
Boolean

Visible status of the series name.

Licensing Info

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

PercentageDataLabel(Boolean, Boolean, Boolean)

Initializes a new instance of the PercentageDataLabel class.

public PercentageDataLabel(bool showValue, bool showPosition, bool showSeries)
Public Sub New (showValue As Boolean, showPosition As Boolean, showSeries As Boolean)

Parameters

showValue
Boolean

Visible status of the series value.

showPosition
Boolean

Visible status for the position of the series value.

showSeries
Boolean

Visible status of the series name.

Licensing Info

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

PercentageDataLabel(Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the PercentageDataLabel class.

public PercentageDataLabel(bool showValue, bool showPercentage, bool showPosition, bool showSeries)
Public Sub New (showValue As Boolean, showPercentage As Boolean, showPosition As Boolean, showSeries As Boolean)

Parameters

showValue
Boolean

Visible status of the series value.

showPercentage
Boolean

Visible status of the series value in percentage.

showPosition
Boolean

Visible status for the position of the series value.

showSeries
Boolean

Visible status of the series name.

Licensing Info

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

PercentageDataLabel(Font, Single, Color, Boolean)

Initializes a new instance of the PercentageDataLabel class.

public PercentageDataLabel(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 percentage data label.

fontSize
Single

Size of the percentage data label.

color
Color

Color of the percentage data label.

showValue
Boolean

Visible status of the series value.

Licensing Info

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

See Also

PercentageDataLabel
ceTe.DynamicPDF.PageElements.Charting

In this topic