Back to Devexpress

DoubleCollection Class

corelibraries-devexpress-dot-xtracharts-fec138ec.md

latest1.9 KB
Original Source

DoubleCollection Class

A collection of floating-point numeric values.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class DoubleCollection :
    NotificationCollection<double>
vb
Public Class DoubleCollection
    Inherits NotificationCollection(Of Double)

The following members return DoubleCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryRangeColorizer.RangeStops
RangeSegmentColorizer.RangeStops
WinForms ControlsRangeColorizerModel.RangeStops
RangeSegmentColorizerModel.RangeStops

Inheritance

Object DXCollectionBase<Double> DXCollection<Double> NotificationCollection<Double> DoubleCollection

See Also

DoubleCollection Members

DevExpress.XtraCharts Namespace