バージョン

GetAppearance メソッド (BubbleLayer)

BubbleChartAppearance を取得します。
シンタックス
'宣言
 
Public Overrides Function GetAppearance() As ChartAppearance
public override ChartAppearance GetAppearance()

戻り値の型

このコンポーネントの LegendAppearance オブジェクトを返します。LegendAppearance オブジェクトがない場合は null(Visual Basic では Nothing)を返します。
解説

すべてのレイヤーは、このメソッドをオーバーライドし、シーンの提示を管理する独自の Appearance オブジェクトを提供します。このメソッドが非 null を返す場合、結果の ChartAppearanceオブジェクトを BubbleChartAppearance にキャストすると安全です。

参照