次の方法で共有


ChartGroup.ShowNegativeBubbles プロパティ

定義

グラフ グループに負のバブルを表示するかどうかを決定する値を設定または返します。 バブル チャートに対してのみ有効です。 値の取得と設定が可能です。

public:
 property bool ShowNegativeBubbles { bool get(); void set(bool value); };
public bool ShowNegativeBubbles { get; set; }
member this.ShowNegativeBubbles : bool with get, set
Public Property ShowNegativeBubbles As Boolean

プロパティ値

グラフ グループに負のバブルが表示される場合は ブール値True に設定し、それ以外の場合 は False に設定します

適用対象