Back to Devexpress

DataPointCollection Interface

officefileapi-devexpress-dot-spreadsheet-dot-charts-2cd059f8.md

latest1.5 KB
Original Source

DataPointCollection Interface

A collection that stores custom settings for data points and data point options for the series in the chart.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface DataPointCollection :
    ISimpleCollection<DataPoint>,
    IEnumerable<DataPoint>,
    IEnumerable,
    ICollection
vb
Public Interface DataPointCollection
    Inherits ISimpleCollection(Of DataPoint),
             IEnumerable(Of DataPoint),
             IEnumerable,
             ICollection

The following members return DataPointCollection objects:

Remarks

Use the Series.CustomDataPoints property to get access to a DataPointCollection object.

See Also

DataPointCollection Members

DevExpress.Spreadsheet.Charts Namespace