[]
        
(Showing Draft Content)

FarPoint.Web.Chart.YPlotArea.-ctor

YPlotArea Constructor

YPlotArea()

Creates a new plot area.

Declaration
public YPlotArea()
Public Sub New()

YPlotArea(YPlotArea)

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

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

Plot area to copy.

Exceptions
Type Condition
ArgumentNullException

plotArea is a null reference (Nothing in VB).