PlotAreaList.Add

Returns a PlotArea object.

public PlotArea Add(float x, float y, float width, float height)
Function Add(x As Single, y As Single, width As Single, height As Single) As PlotArea

Parameters

x
Single

X coordinate of the plot area.

y
Single

Y coordinate of the plot area.

width
Single

Width of the plot area.

height
Single

Height of the plot area.

Returns

PlotArea

The PlotArea object.

Licensing Info

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

See Also

PlotArea
PlotAreaList
ceTe.DynamicPDF.PageElements.Charting

In this topic