Condividi tramite


HitTestResult.ChartElementType Proprietà

Definizione

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à

ChartElementType

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.

Si applica a