IsErrorBarsYAllowed()

ChartTypeCharacterizer::IsErrorBarsYAllowed(ChartType) method

Returns if error bars Y allowed for specified series type.

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

Arguments

ParameterTypeDescription
seriesTypeChartTypeSeries type.

Return Value

True if allowed, otherwise false.

See Also