Gets the collection of GradientStop objects for the RadialGradientBrush.
            
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# | 
|---|
public ObservableCollection<GradientStop> GradientStops { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property GradientStops As ObservableCollection(Of GradientStop) Get  | 
| Visual C++ | 
|---|
public: property ObservableCollection<GradientStop^>^ GradientStops { ObservableCollection<GradientStop^>^ get (); }  |