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:

Properties

CountGets the number of elements actually contained in the yAxis llist.
DefaultDateTimeAxisGets or sets the DateTimeYAxis object to use for the default dateTime yAxis of the plot area.
DefaultIndexedAxisGets or sets the IndexedYAxis object to use for the default indexed yAxis of the plot area.
DefaultNumericAxisGets or sets the NumericYAxis object to use for the default numeric yAxis of the plot area.
DefaultPercentageAxisGets 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)

See Also

ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic