Chart.GetChartElementOutline(Object, ChartElementType) メソッド

定義

グラフ要素のアウトラインを返します。

public:
 System::Windows::Forms::DataVisualization::Charting::ChartElementOutline ^ GetChartElementOutline(System::Object ^ element, System::Windows::Forms::DataVisualization::Charting::ChartElementType elementType);
public System.Windows.Forms.DataVisualization.Charting.ChartElementOutline GetChartElementOutline (object element, System.Windows.Forms.DataVisualization.Charting.ChartElementType elementType);
member this.GetChartElementOutline : obj * System.Windows.Forms.DataVisualization.Charting.ChartElementType -> System.Windows.Forms.DataVisualization.Charting.ChartElementOutline
Public Function GetChartElementOutline (element As Object, elementType As ChartElementType) As ChartElementOutline

パラメーター

element
Object

Chart オブジェクト。

elementType
ChartElementType

要素の型。

戻り値

以下を格納する ChartElementOutline オブジェクト。

  • このグラフ要素の周囲のアウトライン マーカーとして使用できる絶対座標内のポイントの配列。

  • GraphicsPathこのグラフ要素の周囲にアウトラインを描画するための オブジェクト。

注釈

chartElementがグラフの一部ではない場合、または を elementTypechartElement組み合わせることができない場合、結果にはマーカー ポイントの空の配列が含まれます。 マーカー ポイントは時計回りに並べ替えられます。

適用対象