XAxisLabelList

Represents an XAxisLabelList.

public class XAxisLabelList : AxisLabelList
Public Class XAxisLabelList
    Inherits AxisLabelList

Inheritance: ObjectAxisLabelListXAxisLabelList

Derived: DateTimeXAxisLabelList, IndexedXAxisLabelList, NumericXAxisLabelList, PercentageXAxisLabelList

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

AngleGets or sets the angle of the AxisLabelList.
AutoLabelsGets or sets the auto creation status of the axis label list. By default it is true.
(Inherited from AxisLabelList)
CountGets the number of elements actually contained.
(Inherited from AxisLabelList)
FontGets or sets the Font to use for the axis label list.
(Inherited from AxisLabelList)
FontSizeGets or sets the font size of the axis label list.
(Inherited from AxisLabelList)
MaximumLabelWidthSets the maximum width of the axis label.
(Inherited from AxisLabelList)
TextColorGets or sets the Color to use for the axis label list.
(Inherited from AxisLabelList)
VisibleGets or sets the axis label list visible status. By default it is true.
(Inherited from AxisLabelList)
WrapTextGets or sets the WrapText property of the axis label list.
(Inherited from AxisLabelList)

Methods

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