[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendArea.-ctor

LegendArea Constructor

LegendArea()

Creates a new legend area.

Declaration
public LegendArea()
Public Sub New()

LegendArea(LegendArea)

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

Declaration
public LegendArea(LegendArea legendArea)
Public Sub New(legendArea As LegendArea)
Parameters
Type Name Description
LegendArea legendArea

Legend area to copy.