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:

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

LabelFormatGets or sets the format of the labels.
LabelOffsetGets or sets the label offset of the axis.
LineColorGets or sets the Color object to use for the line color of the axis.
LineStyleGets or sets the LineStyle object specifying the line style of the axis.
LineWidthGets or sets the line width of the axis.
OffsetGets or sets the offset of the axis.
VisibleGets 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)

See Also

ceTe.DynamicPDF.PageElements.Charting

In this topic