FlexReport for WinForms
SeriesData プロパティ (ChartUnboundDataSeries)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartUnboundDataSeries クラス : SeriesData プロパティ
Gets the current ChartUnboundDataSeries object. This property is only intended for use in the property browsers. It is not useful in code.
シンタックス
'宣言
 
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.

参照

参照

ChartUnboundDataSeries クラス
ChartUnboundDataSeries メンバ