Dundas Chart for ASP.NET
Series Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > HitTestResult Class : Series Property


Gets the associated series of a data point returned by a hit test (if any).
Data series object

Syntax

Visual Basic (Declaration)  
Public Property Series As Series
Visual Basic (Usage) Copy Code
Dim instance As HitTestResult
Dim value As Series
 
instance.Series = value
 
value = instance.Series
C#  
public Series Series {get; set;}

Return Value

The series that a data point returned by a hit test belongs to. Defaults to null.

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.