XAxisTickMarks Constructors

Overloads

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

XAxisTickMarks()

Initializes a new instance of the XAxisTickMarks class.

public XAxisTickMarks()
Public Sub New ()

Licensing Info

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

XAxisTickMarks(Single)

Initializes a new instance of the XAxisTickMarks class.

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

Parameters

interval
Single

Indicating interval of the xAxis 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

XAxisTickMarks
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic