Aspose::Cells::Charts::Series::SetBubbleSizes method

Series::SetBubbleSizes(const U16String&) method

Gets or sets the bubble sizes values of the chart series.

void Aspose::Cells::Charts::Series::SetBubbleSizes(const U16String &value)

Remarks

Only for ChartType.Bubble or ChartType.Bubble3D.

See Also

Series::SetBubbleSizes(const char16_t*) method

Gets or sets the bubble sizes values of the chart series.

void Aspose::Cells::Charts::Series::SetBubbleSizes(const char16_t *value)

Remarks

Only for ChartType.Bubble or ChartType.Bubble3D.

See Also