IsSeriesUsesXValueCoordinate()

ChartTypeCharacterizer::IsSeriesUsesXValueCoordinate(ChartType) method

Returns if specified series type uses X value coordinates.

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

Arguments

ParameterTypeDescription
seriesTypeChartTypeSeries type.

Return Value

True if uses otherwise false.

See Also