IsSeriesUsesValueCoordinate()

ChartTypeCharacterizer::IsSeriesUsesValueCoordinate(ChartType) method

Returns if specified series type uses value coordinates.

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

Arguments

ParameterTypeDescription
seriesTypeChartTypeSeries type.

Return Value

True if uses otherwise false.

See Also