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

适用于