Back to Devexpress

ColorStopCollection Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-0e2c47ab.md

latest2.8 KB
Original Source

ColorStopCollection Class

The collection of ColorStop objects.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public class ColorStopCollection :
    ChartCollection<ColorStop>

The following members return ColorStopCollection objects:

Implements

IList<ColorStop>

ICollection<ColorStop>

IReadOnlyList<ColorStop>

IReadOnlyCollection<ColorStop>

IEnumerable<ColorStop>

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

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

See Also

ColorStopCollection Members

DevExpress.XamarinForms.Charts Namespace