[]
        
(Showing Draft Content)

FarPoint.Win.Chart.AxisInfo.-ctor

AxisInfo Constructor

AxisInfo(PlotArea, AxisType, Axis)

Initializes a new instance of the AxisInfo class.

Declaration
public AxisInfo(PlotArea plotArea, AxisInfo.AxisType type, Axis axis)
Public Sub New(plotArea As PlotArea, type As AxisInfo.AxisType, axis As Axis)
Parameters
Type Name Description
PlotArea plotArea

The plot area.

AxisInfo.AxisType type

The axis type.

Axis axis

The axis.