次の方法で共有


AnnotationGroup.Annotations プロパティ

定義

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

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

プロパティ値

AnnotationCollection オブジェクト。

注釈

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

適用対象