YAxisList
This class represents the YAxisList of the plot area.
public class YAxisList
Public Class YAxisList
Inheritance: ObjectYAxisList
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 | Gets the number of elements actually contained in the yAxis llist. |
| DefaultDateTimeAxis | Gets or sets the DateTimeYAxis object to use for the default dateTime yAxis of the plot area. |
| DefaultIndexedAxis | Gets or sets the IndexedYAxis object to use for the default indexed yAxis of the plot area. |
| DefaultNumericAxis | Gets or sets the NumericYAxis object to use for the default numeric yAxis of the plot area. |
| DefaultPercentageAxis | Gets or sets the PercentageYAxis object to use for the default percentage yAxis of the plot area. |
| Item[Int32] | Gets the YAxis at the given index. |
Methods
| Add(YAxis) | Adds a YAxis to the end of the YAxisList object. |
| 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) |