FlexChart for WinForms
Load メソッド (OptionsModel)

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

パラメータ

chart
Specifies an existing instance of a ChartOptions class object.
optionsModel
Specifies an existing instannce of a ChartOptionsModel class object created by a a standard serializer during deserialization.
参照

参照

OptionsModel クラス
OptionsModel メンバ