HitTestResult.ChartElementType Property

.NET Framework (current version)
 

Gets or sets the type of chart element, if any, returned by a hit test.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member ChartElementType : ChartElementType with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.ChartElementType

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

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

.NET Framework
Available since 4.0
Return to top
Show: