Gets the collection of GradientStop objects to use if the pie slice has a doughnut shape.

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

Syntax

C#
public ObservableCollection<GradientStop> DoughnutGradientStops { get; }
Visual Basic
Public ReadOnly Property DoughnutGradientStops As ObservableCollection(Of GradientStop)
	Get
Visual C++
public:
property ObservableCollection<GradientStop^>^ DoughnutGradientStops {
	ObservableCollection<GradientStop^>^ get ();
}

See Also