FlexChart for WinForms
SeriesModel コンストラクタ(ISeries,Boolean)

C1.Chart アセンブリ > C1.Chart.Serialization 名前空間 > SeriesModel クラス > SeriesModel コンストラクタ : SeriesModel コンストラクタ(ISeries,Boolean)
Specifies the ISeries interface object to be serialized.
Overloaded constructor used create an instance of the SeriesModel class during serialization. The public properties of this class are set by this contructor as they are obtained from the IChart interface object passed as the parameter.
シンタックス
'宣言
 
Public Function New( _
   ByVal series As ISeries, _
   Optional ByVal serializeData As System.Boolean _
)
public SeriesModel( 
   ISeries series,
   System.bool serializeData
)

パラメータ

series
Specifies the ISeries interface object to be serialized.
serializeData
参照

参照

SeriesModel クラス
SeriesModel メンバ
オーバーロード一覧