Chart Constructors

Overloads

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

Chart(Single, Single, Single, Single)

Initializes a new instance of the Chart class.

public Chart(float x, float y, float width, float height)
Public Sub New (x As Single, y As Single, width As Single, height As Single)

Parameters

x
Single

X coordinate of the chart.

y
Single

Y coordinate of the chart.

width
Single

Width of the chart.

height
Single

Height of the chart.

Licensing Info

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

Chart(Single, Single, Single, Single, Font, Single, Color)

Initializes a new instance of the Chart class.

public Chart(float x, float y, float width, float height, Font font, float fontSize, Color textColor)
Public Sub New (x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single, textColor As Color)

Parameters

x
Single

X coordinate of the chart.

y
Single

Y coordinate of the chart.

width
Single

Width of the chart.

height
Single

Height of the chart.

font
Font

Font for the text in the chart.

fontSize
Single

Size for the text in the chart.

textColor
Color

Color for the text in the chart.

Licensing Info

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

See Also

Chart
ceTe.DynamicPDF.PageElements.Charting

In this topic