IsChartTypeSurface()

ChartTypeCharacterizer::IsChartTypeSurface(ChartType) method

Return true if chartType is one of Surface subtypes. Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint): ChartType::Surface3D, ChartType::WireframeSurface3D, ChartType::Contour, ChartType::WireframeContour.

static bool Aspose::Slides::Charts::ChartTypeCharacterizer::IsChartTypeSurface(ChartType chartType)

See Also