次の方法で共有


ChartAnnotations プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

グラフ注釈の一覧を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ChartAnnotations As IList(Of ChartAnnotation)
    Get
    Set
'使用
Dim instance As Chart
Dim value As IList(Of ChartAnnotation)

value = instance.ChartAnnotations

instance.ChartAnnotations = value
public IList<ChartAnnotation> ChartAnnotations { get; set; }
public:
property IList<ChartAnnotation^>^ ChartAnnotations {
    IList<ChartAnnotation^>^ get ();
    void set (IList<ChartAnnotation^>^ value);
}
member ChartAnnotations : IList<ChartAnnotation> with get, set
function get ChartAnnotations () : IList<ChartAnnotation>
function set ChartAnnotations (value : IList<ChartAnnotation>)

プロパティ値

型: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAnnotation> ) > ) >
IList<(Of <(<'T>)>)> オブジェクトです。