LegendList.Add

Overloads

Add()Creates and adds that Legend to the LegendList.
Add(Single, Single, Single, Single)Creates the and adds that Legend to the LegendList.

Add()

Creates and adds that Legend to the LegendList.

public Legend Add()
Function Add() As Legend

Returns

Legend

The created Legend

Licensing Info

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

Add(Single, Single, Single, Single)

Creates the and adds that Legend to the LegendList.

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

Parameters

x
Single

X co-ordinate of the Legend.

y
Single

Y co-ordinate of the Legend.

width
Single

Width of the Legend.

height
Single

Height of the Legend.

Returns

Legend

The created Legend

Licensing Info

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

See Also

Legend
LegendList
ceTe.DynamicPDF.PageElements.Charting

In this topic