XAxisGridLines Constructors

Overloads

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

XAxisGridLines()

Initializes a new instance of the XAxisGridLines class.

public XAxisGridLines()
Public Sub New ()

Licensing Info

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

XAxisGridLines(Single)

Initializes a new instance of the XAxisGridLines class.

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

Parameters

interval
Single

Interval of the x grid lines.

Licensing Info

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

See Also

XAxisGridLines
ceTe.DynamicPDF.PageElements.Charting.Axes

In this topic