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