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

    Returns customization settings for individual data points.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public DataPointDictionary CustomDataPoints { get; }

    Property Value

    Type Description
    DataPointDictionary

    A dictionary that maps point indices to custom point settings.

    Remarks

    Refer to the following help topic for additional information about custom data points: Customize Individual Series Points.

    See Also