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

    Returns per-point overrides for the series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DataPointDictionary CustomDataPoints { get; }

    Property Value

    Type Description
    DataPointDictionary

    Returns a DataPointDictionary object.

    Remarks

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

    See Also