Gets the type of chart element (if any) returned by a hit test.
Chart element type
| Visual Basic (Declaration) | |
|---|---|
Public Property ChartElementType As ChartElementType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.Use this property to determine the type of chart element (if any) returned by a hit test.
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