PieSeries.SetArea

Set the area of the PieSeries.

public void SetArea(float x, float y, float width, float height)
Sub SetArea(x As Single, y As Single, width As Single, height As Single)

Parameters

x
Single

X coordinate of the pie series.

y
Single

Y coordinate of the pie series.

width
Single

Width of the pie series.

height
Single

Height of the pie series.

Licensing Info

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

See Also

PieSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic