Back to Devexpress

ColorStopCollection Class

wpf-devexpress-dot-xpf-dot-charts-01e8edfb.md

latest1.7 KB
Original Source

ColorStopCollection Class

The collection of ColorStop objects.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class ColorStopCollection :
    ChartElementCollection<ColorStop>
vb
Public Class ColorStopCollection
    Inherits ChartElementCollection(Of ColorStop)

The following members return ColorStopCollection objects:

Inheritance

Object Collection<ColorStop> ObservableCollection<ColorStop> ChartDependencyObjectCollection<ColorStop> ChartElementCollection<ColorStop> ColorStopCollection

See Also

ColorStopCollection Members

DevExpress.Xpf.Charts Namespace