Skip to main content

GridLinesItem(AxisBase) Constructor

In This Article

Initializes a new instance of the GridLinesItem class with the specified owner.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public GridLinesItem(
    AxisBase axis
)

#Parameters

Name Type Description
axis AxisBase

An AxisBase class descendant that is the owner of this grid lines item.

See Also