[]
Creates a new series.
public XYLineSeries()
Public Sub New()
Creates a new series that is a deep copy of the specified series.
public XYLineSeries(XYLineSeries series)
Public Sub New(series As XYLineSeries)
Type | Name | Description |
---|---|---|
XYLineSeries | series | Series to copy |