ChartPolylineAnnotation.ChartPathPoints Property
Represents the path points of the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartPathPoints As IList(Of ChartPathPoint)
Get
Set
'Usage
Dim instance As ChartPolylineAnnotation
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>)
Property Value
Type: System.Collections.Generic.IList<ChartPathPoint>
An IList<T> object.