FlexChart for WinForms
Load メソッド (LegendModel)

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

パラメータ

chart
Specifies an existing instance of a Legend class object.
legendModel
Specifies an existing instannce of a LegendModel class object created by a a standard serializer during deserialization.
参照

参照

LegendModel クラス
LegendModel メンバ