[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Axis.-ctor

Axis Constructor

Axis()

Creates a new axis.

Declaration
protected Axis()
Protected Sub New()

Axis(Axis)

Creates a new axis that is a deep copy of the specified axis.

Declaration
protected Axis(Axis axis)
Protected Sub New(axis As Axis)
Parameters
Type Name Description
Axis axis

Axis to copy.