PolylineAnnotation.GraphicsPathPoints プロパティ

定義

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

public:
 property System::Web::UI::DataVisualization::Charting::AnnotationPathPointCollection ^ GraphicsPathPoints { System::Web::UI::DataVisualization::Charting::AnnotationPathPointCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection GraphicsPathPoints { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.GraphicsPathPoints : System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection
Public ReadOnly Property GraphicsPathPoints As AnnotationPathPointCollection

プロパティ値

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

属性

注釈

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

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

適用対象