IsSeriesUsesBubbleSizeCoordinate()

ChartTypeCharacterizer::IsSeriesUsesBubbleSizeCoordinate(ChartType) method

Returns if bubble size coordinates can be used for specified series type.

static bool Aspose::Slides::Charts::ChartTypeCharacterizer::IsSeriesUsesBubbleSizeCoordinate(ChartType seriesType)

Arguments

ParameterTypeDescription
seriesTypeChartTypeSeries type.

Return Value

True if can be used, otherwise false.

See Also