FlexChart for WinForms
Load メソッド (PieModel)

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

パラメータ

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

参照

PieModel クラス
PieModel メンバ