Skip to main content
All docs
V25.1
  • DoubleCollection Class

    A collection of floating-point numeric values.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    public class DoubleCollection :
        NotificationCollection<double>

    The following members return DoubleCollection objects:

    Library Related API Members
    Cross-Platform Class Library RangeColorizer.RangeStops
    RangeSegmentColorizer.RangeStops
    WinForms Controls RangeColorizerModel.RangeStops
    RangeSegmentColorizerModel.RangeStops
    See Also