XAxis

This class provides the base class from which all of the XAxes are derived.

public abstract class XAxis : Axis
Public MustInherit Class XAxis
    Inherits Axis

Inheritance: ObjectAxisXAxis

Derived: DateTimeXAxis, IndexedXAxis, NumericXAxis, PercentageXAxis

Licensing Info

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

Properties

AnchorTypeGets or sets the XAxisAnchorType enumeration that specifies the position of the XAxis.
LabelFormatGets or sets the format of the labels.
(Inherited from Axis)
LabelOffsetGets or sets the label offset of the axis.
(Inherited from Axis)
LabelPositionGets or sets the XAxisLabelPosition enumeration that specifies the position of the labels.
LineColorGets or sets the Color object to use for the line color of the axis.
(Inherited from Axis)
LineStyleGets or sets the LineStyle object specifying the line style of the axis.
(Inherited from Axis)
LineWidthGets or sets the line width of the axis.
(Inherited from Axis)
MajorGridLinesGets or sets the XAxisGridLines object to use for the MajorGridLines of the XAxis.
MajorTickMarksGets or sets the XAxisTickMarks object to use for the MajorTickMarks of the XAxis.
MinorGridLinesGets or sets the XAxisGridLines object to use for the MinorGridLines of the XAxis.
MinorTickMarksGets or sets the XAxisTickMarks object to use for the MinorTickMarks of the XAxis.
OffsetGets or sets the offset of the axis.
(Inherited from Axis)
TitlePositionGets or sets the XAxisTitlePosition enumeration that specifies the position of the Title.
TitlesGets the TitleList object to use for the Title of the XAxis.
VisibleGets or sets the visible status of the axis. By default it is true.
(Inherited from Axis)

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