'宣言 Public ReadOnly Property SeriesData As ChartUnboundDataSeries
'使用法 Dim instance As ChartUnboundDataSeries Dim value As ChartUnboundDataSeries value = instance.SeriesData
public ChartUnboundDataSeries SeriesData {get;}
'宣言 Public ReadOnly Property SeriesData As ChartUnboundDataSeries
'使用法 Dim instance As ChartUnboundDataSeries Dim value As ChartUnboundDataSeries value = instance.SeriesData
public ChartUnboundDataSeries SeriesData {get;}
As a convenience, all relevant ChartUnboundDataSeries data arrays can be edited at the same time in a property browser by editing the SeriesData property. Data arrays are considered relevant only if the array is used to display the current ChartType.
For example, editing SeriesData for an XYPlot would invoke the data editor containing the X and Y data arrays. Editing SeriesData for a Candle chart would invoke the data editor containing the X, Y, Y1, Y2 and Y3 data arrays.
The SeriesData property is intended to be used only within property browsers, as it is merely a placeholder to allow invocation of the editor. The value returned is the object of which it is a part.