[]
        
(Showing Draft Content)

FarPoint.Win.Chart.SeriesInfo

SeriesInfo Class

This class represent infomation to identify a series used in selection.

Inheritance
SeriesInfo
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public class SeriesInfo
Public Class SeriesInfo

Constructors

Name Description
SeriesInfo(PlotArea, Series, Series, int)

Initializes a new instance of the SeriesInfo class.

Properties

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

Methods

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.