AutoLayout.AddChart

Overloads

AddChart(Single, Single, [Optional] Boolean, Single?)Adds a Chart to the AutoLayout .
AddChart(Single, Single, Color, [Optional] Boolean, Single?)Adds a Chart to the AutoLayout .

AddChart(Single, Single, [Optional] Boolean, Single?)

Adds a Chart to the AutoLayout .

public Chart AddChart(float width, float height, [bool newPage = False], [float? topPadding = null])
Function AddChart(width As Single, height As Single, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Chart

Parameters

width
Single

Width of the chart.

height
Single

Height of the chart.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

Chart

Returns a Chart object.

Licensing Info

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

AddChart(Single, Single, Color, [Optional] Boolean, Single?)

Adds a Chart to the AutoLayout .

public Chart AddChart(float width, float height, Color textColor, [bool newPage = False], [float? topPadding = null])
Function AddChart(width As Single, height As Single, textColor As Color, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Chart

Parameters

width
Single

Width of the chart.

height
Single

Height of the chart.

textColor
Color

Color for the text in the chart.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

Chart

Returns a Chart object.

Licensing Info

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

See Also

Chart
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic