FlexChart for WinForms
Load メソッド (SunburstModel)

C1.Chart アセンブリ > C1.Chart.Serialization 名前空間 > SunburstModel クラス : Load メソッド
Specifies an existing instance of a FlexPie class object.
Specifies an existing instance 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 ISunburst, _
   ByVal model As SunburstModel _
) 
public static void Load( 
   ISunburst chart,
   SunburstModel model
)

パラメータ

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

参照

SunburstModel クラス
SunburstModel メンバ