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


Gets the type of chart element (if any) returned by a hit test.


Chart element type

Syntax

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

Return Value

A ChartElementType enumeration value that indicates the type of chart element returned by a hit test. Defaults to ChartElementType.Nothing.

Remarks

Use this property to determine the type of chart element (if any) returned by a hit test.

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.