XAxisList
This class represents the XAxisList of the plot area.
public class XAxisList
Public Class XAxisList
Inheritance: ObjectXAxisList
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 XAxis List. |
DefaultDateTimeAxis | Gets or sets the DateTimeXAxis object to use for the default dateTime xAxis of the plot area. |
DefaultIndexedAxis | Gets or sets the IndexedXAxis object to use for the default indexed xAxis of the plot area. |
DefaultNumericAxis | Gets or sets the NumericXAxis object to use for the default numeric xAxis of the plot area. |
DefaultPercentageAxis | Gets or sets the PercentageXAxis object to use for the default percentage xAxis of the plot area. |
Item[Int32] | Gets the XAxis at the given index. |
Methods
Add(XAxis) | Adds an XAxis to the end of the XAxisList 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) |