[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PiePlotArea.-ctor

PiePlotArea Constructor

PiePlotArea()

Creates a new plot area.

Declaration
public PiePlotArea()
Public Sub New()

PiePlotArea(PiePlotArea)

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

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

Plot area to copy.

Exceptions
Type Condition
ArgumentNullException

plotArea is a null reference (Nothing in VB).