[]
        
(Showing Draft Content)

FarPoint.Web.Chart.TreemapPlotArea.-ctor

TreemapPlotArea Constructor

TreemapPlotArea()

Creates a new plot area.

Declaration
public TreemapPlotArea()
Public Sub New()

TreemapPlotArea(TreemapPlotArea)

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

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

Plot area to copy.

Exceptions
Type Condition
ArgumentNullException

plotArea is a null reference (Nothing in VB).