FlexChart for WinForms
Load メソッド (ChartModel)

C1.Chart アセンブリ > C1.Chart.Serialization 名前空間 > ChartModel クラス : Load メソッド
Specifies an existing instance of a FlexChart class object.
Specifies an existing instannce of a ChartModel class object created by a a standard serializer during deserialization.
ChartModel.Load is used to set the properties of an existing FlexChart object in a FlexChart based control. The values used are those stored in an existing ChartModel class object that is typically created and set by a standard serializer during deserialization.
シンタックス
'宣言
 
Public Shared Sub Load( _
   ByVal chart As IChart, _
   ByVal model As ChartModel _
) 
public static void Load( 
   IChart chart,
   ChartModel model
)

パラメータ

chart
Specifies an existing instance of a FlexChart class object.
model
Specifies an existing instannce of a ChartModel class object created by a a standard serializer during deserialization.
参照

参照

ChartModel クラス
ChartModel メンバ