[]
        
(Showing Draft Content)

FarPoint.Win.Chart.XYZPlotArea.-ctor

XYZPlotArea Constructor

XYZPlotArea()

Creates a new plot area.

Declaration
public XYZPlotArea()
Public Sub New()

XYZPlotArea(XYZPlotArea)

Creates a new plot area that is a deep copy of the specified plot area.

Declaration
public XYZPlotArea(XYZPlotArea plotArea)
Public Sub New(plotArea As XYZPlotArea)
Parameters
Type Name Description
XYZPlotArea plotArea

Plot area to copy.

Exceptions
Type Condition
ArgumentNullException

plotArea is a null reference (Nothing in VB).