Axis
Base class from which x and y axes are derived.
public abstract class Axis
Public MustInherit Class Axis
Inheritance: ObjectAxis
Derived: DateTimeXAxis, DateTimeYAxis, IndexedXAxis, IndexedYAxis, NumericXAxis, NumericYAxis, PercentageXAxis, PercentageYAxis, XAxis, YAxis
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.
Remarks
When adding a series to the SeriesList, an axis is created. Maximum and minimum values and intervals for the axis do not need to be set, as they are calculated based on the given data. Each series will have a specific type of axis.
Properties
LabelFormat | Gets or sets the format of the labels. |
LabelOffset | Gets or sets the label offset of the axis. |
LineColor | Gets or sets the Color object to use for the line color of the axis. |
LineStyle | Gets or sets the LineStyle object specifying the line style of the axis. |
LineWidth | Gets or sets the line width of the axis. |
Offset | Gets or sets the offset of the axis. |
Visible | Gets or sets the visible status of the axis. By default it is true. |
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) |