HitTestResult.ChartElementType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il tipo di elemento del grafico, se presente, restituito da un hit test.
public:
property System::Windows::Forms::DataVisualization::Charting::ChartElementType ChartElementType { System::Windows::Forms::DataVisualization::Charting::ChartElementType get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartElementType value); };
public System.Windows.Forms.DataVisualization.Charting.ChartElementType ChartElementType { get; set; }
member this.ChartElementType : System.Windows.Forms.DataVisualization.Charting.ChartElementType with get, set
Public Property ChartElementType As ChartElementType
Valore della proprietà
Valore dell'enumerazione ChartElementType che indica il tipo di elemento del grafico restituito da un hit test. Il valore predefinito è Nothing.
Commenti
Utilizzare questa proprietà per determinare il tipo di elemento del grafico, se presente, restituito da un hit test.