[]
Initializes a new instance of the SeriesInfo class.
public SeriesInfo(PlotArea plotArea, Series seriesGroup, Series series, int pointIndex)
Public Sub New(plotArea As PlotArea, seriesGroup As Series, series As Series, pointIndex As Integer)
| Type | Name | Description |
|---|---|---|
| PlotArea | plotArea | The plot area. |
| Series | seriesGroup | The series group. |
| Series | series | The series. |
| int | pointIndex | Index of the point. |