Share via


AnnotationGroup.Annotations プロパティ

定義

グループ内の注釈のコレクションを取得します。

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

プロパティ値

AnnotationCollection オブジェクト。

属性

注釈

グループ内のすべての注釈の座標は、グループ注釈に対する相対座標であることに注意してください。

適用対象