Partilhar via


Propriedade ChartPathPoints

The path points of the polyline annotation.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ChartPathPoints As IList(Of ChartPathPoint)
    Get
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartPathPoint> ) > ) >
An IList<(Of <(<'T>)>)> object.