[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Series.-ctor

Series Constructor

Series()

Creates a new series.

Declaration
protected Series()
Protected Sub New()

Series(Series)

Creates a new series that is a deep copy of the specified series.

Declaration
protected Series(Series series)
Protected Sub New(series As Series)
Parameters
Type Name Description
Series series