[]
        
(Showing Draft Content)

FarPoint.Web.Chart.XYLineSeries.-ctor

XYLineSeries Constructor

XYLineSeries()

Creates a new series.

Declaration
public XYLineSeries()
Public Sub New()

XYLineSeries(XYLineSeries)

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

Declaration
public XYLineSeries(XYLineSeries series)
Public Sub New(series As XYLineSeries)
Parameters
Type Name Description
XYLineSeries series

Series to copy