XYScatterDataLabel Constructors

Overloads

XYScatterDataLabel(Boolean)Initializes a new instance of the XYScatterDataLabel object.
XYScatterDataLabel(Boolean, Boolean)Initializes a new instance of the XYScatterDataLabel object.
XYScatterDataLabel(Boolean, Boolean, Boolean)Initializes a new instance of the XYScatterDataLabel object.

XYScatterDataLabel(Boolean)

Initializes a new instance of the XYScatterDataLabel object.

public XYScatterDataLabel(bool yValue)
Public Sub New (yValue As Boolean)

Parameters

yValue
Boolean

Series value visible status.

Licensing Info

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

XYScatterDataLabel(Boolean, Boolean)

Initializes a new instance of the XYScatterDataLabel object.

public XYScatterDataLabel(bool yValue, bool series)
Public Sub New (yValue As Boolean, series As Boolean)

Parameters

yValue
Boolean

Series value visible status.

series
Boolean

Series name visible status.

Licensing Info

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

XYScatterDataLabel(Boolean, Boolean, Boolean)

Initializes a new instance of the XYScatterDataLabel object.

public XYScatterDataLabel(bool xValue, bool yValue, bool series)
Public Sub New (xValue As Boolean, yValue As Boolean, series As Boolean)

Parameters

xValue
Boolean

Series value visible status.

yValue
Boolean

Position visible status.

series
Boolean

Series name visible status.

Licensing Info

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

See Also

XYScatterDataLabel
ceTe.DynamicPDF.PageElements.Charting

In this topic