YAxisTickMarks Constructors

Overloads

YAxisTickMarks()Initializes a new instance of the YAxisTickMarks class.
YAxisTickMarks(Single)Initializes a new instance of the YAxisTickMarks class.

YAxisTickMarks()

Initializes a new instance of the YAxisTickMarks class.

public YAxisTickMarks()
Public Sub New ()

Licensing Info

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

YAxisTickMarks(Single)

Initializes a new instance of the YAxisTickMarks class.

public YAxisTickMarks(float interval)
Public Sub New (interval As Single)

Parameters

interval
Single

Interval of the yAxis tick marks.

Licensing Info

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

See Also

YAxisTickMarks
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic