BarColumnValuePositionDataLabel Constructors

Overloads

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

BarColumnValuePositionDataLabel(Boolean)

Initializes a new instance of the BarColumnValuePositionDataLabel class.

public BarColumnValuePositionDataLabel(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:

BarColumnValuePositionDataLabel(Boolean, Boolean)

Initializes a new instance of the BarColumnValuePositionDataLabel class.

public BarColumnValuePositionDataLabel(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:

BarColumnValuePositionDataLabel(Boolean, Boolean, Boolean)

Initializes a new instance of the BarColumnValuePositionDataLabel class.

public BarColumnValuePositionDataLabel(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:

BarColumnValuePositionDataLabel(Font, Single, Color, Boolean)

Initializes a new instance of the BarColumnValuePositionDataLabel class.

public BarColumnValuePositionDataLabel(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 value position data label.

fontSize
Single

Size of the value position data label.

color
Color

Color of the value position 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

BarColumnValuePositionDataLabel
ceTe.DynamicPDF.PageElements.Charting

In this topic