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

    Gets custom settings for individual series points.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public DataPointDictionary CustomDataPoints { get; }

    Property Value

    Type Description
    DataPointDictionary

    A DataPointDictionary collection that stores per-point formatting and behavior settings.

    Remarks

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

    See Also