Skip to main content
All docs
V26.1
  • SeriesExBase.CustomDataPoints Property

    Gets or sets settings for individual data points in the series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DataPointExDictionary CustomDataPoints { get; set; }

    Property Value

    Type Description
    DataPointExDictionary

    A dictionary that contains settings for individual data points.

    Remarks

    For additional information on how to customize data points, refer to the following help topic: Customize Individual Data Points.

    See Also