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:

Properties

CountGets the number of elements actually contained in the XAxis List.
DefaultDateTimeAxisGets or sets the DateTimeXAxis object to use for the default dateTime xAxis of the plot area.
DefaultIndexedAxisGets or sets the IndexedXAxis object to use for the default indexed xAxis of the plot area.
DefaultNumericAxisGets or sets the NumericXAxis object to use for the default numeric xAxis of the plot area.
DefaultPercentageAxisGets 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)

See Also

ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic