IsSeriesUsesYValueCoordinate()

ChartTypeCharacterizer::IsSeriesUsesYValueCoordinate(ChartType) method

Returns if specified series type uses Y value coordinates.

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

Arguments

ParameterTypeDescription
seriesTypeChartTypeSeries type.

Return Value

True if uses otherwise false.

See Also