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

    Gets or sets bubble size data for the series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public IChartValueData BubbleSize { get; set; }

    Property Value

    Type Description
    IChartValueData

    An IChartValueData object that supplies size values for bubble points.

    See Also