FlexChart for WinForms
LegendModel コンストラクタ(ILegend,IChartBase)

C1.Chart アセンブリ > C1.Chart.Serialization 名前空間 > LegendModel クラス > LegendModel コンストラクタ : LegendModel コンストラクタ(ILegend,IChartBase)
Specifies the ILegend interface object to be serialized.
Specifies the IChart interface object of the parent IChart object being serialized.
Overloaded constructor used create an instance of the LegendModel class during serialization. The public properties of this class are set by this contructor as they are obtained from the ILegend interface object passed as the parameter.
シンタックス
'宣言
 
Public Function New( _
   ByVal legend As ILegend, _
   ByVal chart As IChartBase _
)
public LegendModel( 
   ILegend legend,
   IChartBase chart
)

パラメータ

legend
Specifies the ILegend interface object to be serialized.
chart
Specifies the IChart interface object of the parent IChart object being serialized.
参照

参照

LegendModel クラス
LegendModel メンバ
オーバーロード一覧