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 As IChart, _
Optional ByVal As System.Boolean _
)
public ChartModel(
IChart ,
System.bool
)
パラメータ
- chart
- Specifies the IChart interface object to be serialized.
- serializeData
- Specifies whether the data source should be serialized.
参照