aspose.cells

Class BubbleSizeRepresents

Utility class containing constants. Represents what the bubble size represents on a bubble chart.

Field Summary
const  NumberSIZE_IS_AREA
Represents the value of Series.BubbleSizes is area of the bubble.
const  NumberSIZE_IS_WIDTH
Represents the value of Series.BubbleSizes is width of the bubble.
 

    • Field Detail

      • SIZE_IS_AREA

        const Number SIZE_IS_AREA
        Represents the value of Series.BubbleSizes is area of the bubble.
      • SIZE_IS_WIDTH

        const Number SIZE_IS_WIDTH
        Represents the value of Series.BubbleSizes is width of the bubble.