Aspose::Cells::Charts::Series::SetSizeRepresents method

Series::SetSizeRepresents method

Gets or sets what the bubble size represents on a bubble chart.

void Aspose::Cells::Charts::Series::SetSizeRepresents(BubbleSizeRepresents value)

Remarks

BubbleSizeRepresents.SizeIsArea means the value Series.BubbleSizes is the area of the bubble. BubbleSizeRepresents.SizeIsWidth means the value Series.BubbleSizes is the width of the bubble.

See Also