Gets the collection of UIElement objects displayed in front of the chart.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public Collection<UIElement> ForegroundElements { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ForegroundElements As Collection(Of UIElement) Get |
| Visual C++ |
|---|
public: property Collection<UIElement^>^ ForegroundElements { Collection<UIElement^>^ get (); } |