Gets the collection of UIElement objects displayed behind the chart.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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 (); } |