バージョン

DataAppearance コンストラクタ(IChartComponent)

特定の IChartComponent のデフォルトプロパティを持つ Data Appearance オブジェクトを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent _
)
public DataAppearance( 
   IChartComponent component
)

パラメータ

component
IChartComponent の参照。
解説

これは、デフォルト プロパティで DataAppearance オブジェクトを作成し、特定の IchartComponent 参照に結合されます。このメソッドは、UltraChartインフラストラクチャによって呼び出されます。アプリケーション コードからこのコンストラクターを呼び出す必要はありません。

このコンストラクターを使用するDataAppearanceの構築の後、データが準備できた時点でInitializeAppearance()を呼び出し、列リストを正しく提供できるようにする必要があります。

参照