LegendList
Represents a list of Legends.
public class LegendList
Public Class LegendList
Inheritance: ObjectLegendList
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
| Count | Returns the number of legends in the LegendList. |
| Item[Int32] | Gets the Legend based on the given index. |
| LabelsLayout | Gets or sets the labels layout of the legends. |
| Layout | Gets or sets the layout of the legends. |
| Placement | Gets or sets the placement of the legends. |
Methods
| Add() | Creates and adds that Legend to the LegendList. |
| Add(Single, Single, Single, Single) | Creates the and adds that Legend to the LegendList. |
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |