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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.