Skip to main content
All docs
V26.1
  • DataPointExDictionary Class

    A dictionary that stores data points by index.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class DataPointExDictionary :
        OfficeDictionary<int, DataPointEx>

    The following members return DataPointExDictionary objects:

    Remarks

    For additional information, refer to the following help topic: Customize Individual Series Points.

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeDictionary<Int32, DataPointEx>
    DataPointExDictionary
    See Also