Gets whether or not this Bubble is plotting a negative value.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsNegative { get; internal set; }
Visual Basic
Public Property IsNegative As Boolean
	Get
	Friend Set
Visual C++
public:
property bool IsNegative {
	bool get ();
	internal: void set (bool value);
}

See Also