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