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

    Gets or sets the scale factor for bubbles.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int BubbleScale { get; set; }

    Property Value

    Type Description
    Int32

    An integer value that specifies bubble size scale as a percentage. Supported range is 0 to 300.

    See Also