HitTestResult.ChartElementType Proprietà

Definizione

Ottiene o imposta il tipo di elemento del grafico, se presente, restituito da un 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

Valore della proprietà

Valore ChartElementType di enumerazione che indica il tipo di elemento del grafico restituito da un hit test. Di default è Nothing.

Commenti

Utilizzare questa proprietà per determinare il tipo di elemento del grafico, se presente, restituito da un hit test.

Si applica a