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

    Gets or sets what value is used to display bubble sizes (bubble width or bubble area).

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public BubbleSizeRepresentation SizeRepresentation { get; set; }

    Property Value

    Type Description
    BubbleSizeRepresentation

    A value that specifies whether size represents area or width.

    Available values:

    Name Description
    Area

    Bubble size values determine bubble area.

    Width

    Bubble size values determine bubble width.

    See Also