Back to Devexpress

ColorStopCollection Class

maui-devexpress-dot-maui-dot-charts-d86cb5d4.md

latest2.7 KB
Original Source

ColorStopCollection Class

The collection of ColorStop objects.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public class ColorStopCollection :
    ChartCollection<ColorStop>

The following members return ColorStopCollection objects:

Implements

IList<ColorStop>

ICollection<ColorStop>

IList

ICollection

IReadOnlyList<ColorStop>

IReadOnlyCollection<ColorStop>

IEnumerable<ColorStop>

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

System.Object Collection<ColorStop> ObservableCollection<ColorStop> ChartCollection<ColorStop> ColorStopCollection

Extension Methods

Yield<ColorStopCollection>()

YieldIfNotNull<ColorStopCollection>()

See Also

ColorStopCollection Members

DevExpress.Maui.Charts Namespace