ColorCollection Class
In This Article
The collection of a CustomPalette's colors.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[TypeConverter(typeof(ColorCollectionTypeConverter))]
public class ColorCollection :
ObservableCollection<Color>,
IFormattable
#Returned By
Properties that return ColorCollection instances:
#Remarks
An object of the ColorCollection type is returned by the CustomPalette.Colors property.
See Also