PolylineAnnotation.GraphicsPathPoints プロパティ

定義

デザイン時にポリライン注釈のパス ポイントを取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::AnnotationPathPointCollection ^ GraphicsPathPoints { System::Windows::Forms::DataVisualization::Charting::AnnotationPathPointCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection GraphicsPathPoints { get; }
member this.GraphicsPathPoints : System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection
Public ReadOnly Property GraphicsPathPoints As AnnotationPathPointCollection

プロパティ値

AnnotationPathPointCollection

ポリライン形状の AnnotationPathPointCollection オブジェクト。

注釈

ポリラインでは、注釈オブジェクトに対して相対的な座標を使用する必要があります。ここで、(0, 0) は左上の座標を表し、(100100) は注釈の右下の座標を表します。

このプロパティは、代わりにプロパティを使用する必要がある場合、実行時にはアクセスできません GraphicsPath

適用対象