HitTestResult.ChartElementType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of chart element, if any, returned by a hit test.
public:
property System::Web::UI::DataVisualization::Charting::ChartElementType ChartElementType { System::Web::UI::DataVisualization::Charting::ChartElementType get(); void set(System::Web::UI::DataVisualization::Charting::ChartElementType value); };
public System.Web.UI.DataVisualization.Charting.ChartElementType ChartElementType { get; set; }
member this.ChartElementType : System.Web.UI.DataVisualization.Charting.ChartElementType with get, set
Public Property ChartElementType As ChartElementType
Property Value
A ChartElementType enumeration value that indicates the type of chart element returned by a hit test. Defaults to Nothing.
Remarks
Use this property to determine the type of chart element, if any, returned by a hit test.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.