FlexChart for WinForms
ChartModel コンストラクタ(IChart,Boolean)

C1.Chart アセンブリ > C1.Chart.Serialization 名前空間 > ChartModel クラス > ChartModel コンストラクタ : ChartModel コンストラクタ(IChart,Boolean)
Specifies the IChart interface object to be serialized.
Specifies whether the data source should be serialized.
Overloaded constructor used create an instance of the ChartModel 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 chart As IChart, _
   Optional ByVal serializeData As System.Boolean _
)
public ChartModel( 
   IChart chart,
   System.bool serializeData
)

パラメータ

chart
Specifies the IChart interface object to be serialized.
serializeData
Specifies whether the data source should be serialized.
解説
The ChartModel class contains as serializable properties all other FlexChart objects appropriate for serializing the FlexChart control, it is only necessary to request serialization of the IChart object to store all information about the chart. Subobjects do need not be serialized separately.
参照

参照

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