气泡图

气泡图大小缩放

Aspose.Slides for C++ 支持气泡图大小缩放。在 Aspose.Slides for C++ 中添加了 IChartSeries.BubbleSizeScaleIChartSeriesGroup.BubbleSizeScale 属性。下面给出了示例代码。

将数据表示为气泡图大小

新的 get_BubbleSizeRepresentation() 方法已添加到 IChartSeriesChartSeries 类中。BubbleSizeRepresentation 指定气泡图中气泡大小值的表示方式。可能的值为:BubbleSizeRepresentationType.AreaBubbleSizeRepresentationType.Width。因此,添加了 BubbleSizeRepresentationType 枚举以指定将数据表示为气泡图大小的可能方式。示例代码如下。