Skip to main content
All docs
V26.1
  • BubbleChartView.ShowNegativeBubbles Property

    Gets or sets whether bubbles with negative size values are displayed.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public bool ShowNegativeBubbles { get; set; }

    Property Value

    Type Description
    Boolean

    true to display bubbles for negative size values; otherwise, false. Default is false.

    See Also