YAxis

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

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

Inheritance: ObjectAxisYAxis

Derived: DateTimeYAxis, IndexedYAxis, NumericYAxis, PercentageYAxis

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 YAxisAnchorType enumeration that specifies the position of the YAxis.
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 YAxisLabelPosition 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 YAxisGridLines object to use for the MajorGridLines of the YAxis.
MajorTickMarksGets or sets the YAxisTickMarks object to use for the MajorTickMarks of the YAxis.
MinorGridLinesGets or sets the YAxisGridLines object to use for the MinorGridLines of the YAxis.
MinorTickMarksGets or sets the YAxisTickMarks object to use for the MinorTickMarks of the YAxis.
OffsetGets or sets the offset of the axis.
(Inherited from Axis)
TitlePositionGets or sets YAxisTitlePosition enumeration that specifies the position of the Title.
TitlesGets or sets the Title object to use for the Title of the YAxis.
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