Whether pie slice for this item should be pulled out on load or not

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<bool> PullOut { get; set; }
Visual Basic (Declaration)
Public Property PullOut As Nullable(Of Boolean)
Visual C++
public:
property Nullable<bool> PullOut {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also