[]
This class represent infomation to identify a series used in selection.
public class SeriesInfo
Public Class SeriesInfo
| Name | Description |
|---|---|
| SeriesInfo(PlotArea, Series, Series, int) | Initializes a new instance of the SeriesInfo class. |
| Name | Description |
|---|---|
| PlotArea | Gets the plot area. |
| PointIndex | Gets the index of the point. If -1 means all data points are selected. |
| Series | Gets the series. |
| SeriesGroup | Gets the series group. |
| SeriesGroupIndex | Gets the index of series group, is -1 when series group is null |
| SeriesIndex | Gets the index of the series in its parent collection |
| TargetObject | Gets the actual series which being processed |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as a hash function for a particular type. |