Gets the collection of UIElement objects displayed behind the chart.

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

Syntax

C#
public Collection<UIElement> BackgroundElements { get; }
Visual Basic
Public ReadOnly Property BackgroundElements As Collection(Of UIElement)
	Get
Visual C++
public:
property Collection<UIElement^>^ BackgroundElements {
	Collection<UIElement^>^ get ();
}

See Also