Gets or sets whether or not to display the line from the center to the edge when there is only a single piece of data. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also