次の方法で共有


ChartPathPoints プロパティ

ポリライン注釈のパス ポイント。

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

構文

'宣言
Public Property ChartPathPoints As IList(Of ChartPathPoint)
    Get
    Set
'使用
Dim instance As ChartPolygonAnnotation
Dim value As IList(Of ChartPathPoint)

value = instance.ChartPathPoints

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

プロパティ値

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