Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Data points within the series. Mandatory for ChartSeries within ChartSeriesCollection. Must be omitted for ChartSeries within DerivedChartSeriesCollection.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ChartDataPoints As IList(Of ChartDataPoint)
Get
Set
'Uso
Dim instance As ChartSeries
Dim value As IList(Of ChartDataPoint)
value = instance.ChartDataPoints
instance.ChartDataPoints = value
public IList<ChartDataPoint> ChartDataPoints { get; set; }
public:
property IList<ChartDataPoint^>^ ChartDataPoints {
IList<ChartDataPoint^>^ get ();
void set (IList<ChartDataPoint^>^ value);
}
member ChartDataPoints : IList<ChartDataPoint> with get, set
function get ChartDataPoints () : IList<ChartDataPoint>
function set ChartDataPoints (value : IList<ChartDataPoint>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<ChartDataPoint>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel