Data series object
Visual Basic (Declaration) | |
---|---|
Public Property Series As Series |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Series Series {get; set;} |
Return Value
The series that a data point returned by a hit test belongs to. Defaults to null.If a data point is at the location that is checked by a hit test then this property will reference the Series object that the data point belongs to. If no data point is returned by the hit test then this property will be null (Nothing for Visual Basic developers).
To determine the index of a returned data point use the PointIndex property.
For more information see the Selection of Chart Elements and Drilldown topic.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family