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
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:
- 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
| AnchorType | Gets or sets the XAxisAnchorType enumeration that specifies the position of the XAxis. |
| LabelFormat | Gets or sets the format of the labels. (Inherited from Axis) |
| LabelOffset | Gets or sets the label offset of the axis. (Inherited from Axis) |
| LabelPosition | Gets or sets the XAxisLabelPosition enumeration that specifies the position of the labels. |
| LineColor | Gets or sets the Color object to use for the line color of the axis. (Inherited from Axis) |
| LineStyle | Gets or sets the LineStyle object specifying the line style of the axis. (Inherited from Axis) |
| LineWidth | Gets or sets the line width of the axis. (Inherited from Axis) |
| MajorGridLines | Gets or sets the XAxisGridLines object to use for the MajorGridLines of the XAxis. |
| MajorTickMarks | Gets or sets the XAxisTickMarks object to use for the MajorTickMarks of the XAxis. |
| MinorGridLines | Gets or sets the XAxisGridLines object to use for the MinorGridLines of the XAxis. |
| MinorTickMarks | Gets or sets the XAxisTickMarks object to use for the MinorTickMarks of the XAxis. |
| Offset | Gets or sets the offset of the axis. (Inherited from Axis) |
| TitlePosition | Gets or sets the XAxisTitlePosition enumeration that specifies the position of the Title. |
| Titles | Gets the TitleList object to use for the Title of the XAxis. |
| Visible | Gets 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) |