系列内のデータ ポイント。 ChartSeriesCollection 内の ChartSeries では必須です。 DerivedChartSeriesCollection 内の ChartSeries では省略する必要があります。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property ChartDataPoints As IList(Of ChartDataPoint)
Get
Set
'使用
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>)
プロパティ値
型: System.Collections.Generic.IList<ChartDataPoint>
IList<T> オブジェクト。