Gets whether or not the Bar is plotting a negative value.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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