Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 3,673 for

chart export

(0.83 sec)
  1. Tableau de données du graphique|Documentation d...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Presentation (); try { var chart = pres . getSlides (). get_Item...600 , 400 ); chart . setDataTable ( true ); chart . getChartDataTable...

    docs.aspose.com/slides/fr/nodejs-java/chart-dat...
  2. إدارة التوضيحات في مخططات العرض التقديمي في .NE...

    إنشاء وتنسيق التوضيحات في Aspose.Slides for .NET باستخدام أمثلة شفرة C# مختصرة، متوافقة مع PPT و PPTX لأتمتة عمليات تدفق عمل العرض التقديمي....new Presentation ()) { IChart chart = presentation . Slides [ 0...Pie , 50 , 50 , 500 , 400 ); chart . ChartData . Series [ 0 ]....

    docs.aspose.com/slides/ar/net/callout/
  3. Управление выносами в диаграммах презентаций в ...

    Создавайте и оформляйте выносы в Aspose.Slides для .NET с помощью лаконичных примеров кода на C#, совместимых с PPT и PPTX, для автоматизации рабочих процессов презентаций....new Presentation ()) { IChart chart = presentation . Slides [ 0...Pie , 50 , 50 , 500 , 400 ); chart . ChartData . Series [ 0 ]....

    docs.aspose.com/slides/ru/net/callout/
  4. Modifications de l API publique dans Aspose.Cel...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....first chart inside the sheet Aspose . Cells . Charts . Chart chart...chart = worksheet . Charts [ 0 ]; //Access the data label of first...

    docs.aspose.com/cells/fr/net/public-api-changes...
  5. API public et changements incompatibles avec le...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IEffect addEffect ( IChart chart , int type , int index , int...IEffect addEffect ( IChart chart , int type , int seriesIndex...

    docs.aspose.com/slides/fr/androidjava/public-ap...
  6. New Features|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....XML (ribbons, tabs) when exporting to Excel 2007/2010, maintaining...Support for Editable Charts Generate charts that remain fully editable...

    docs.aspose.com/cells/reportingservices/new-fea...
  7. Conversion d’un graphique en image avec JavaScr...

    Apprenez à utiliser Aspose.Cells for JavaScript via C++ pour convertir un graphique en un format d’image, comme JPEG ou PNG. Notre guide montre comment Exporter un graphique depuis Microsoft Excel et l’enregistrer en tant qu’image autonome pour une utilisation et une manipulation ultérieures....charge du rendu, la classe Chart expose des méthodes toImage(string)...graphiques en images La méthode Chart.toImage(string) possède plusieurs...

    docs.aspose.com/cells/fr/javascript-cpp/chart-t...
  8. Archiv

    Archiv...pres->Save(outPath, Aspose::Slides::Export::SaveFormat::Pptx); Folie zu...pres->Save(outPath, Aspose::Slides::Export::SaveFormat::Pptx); Weitere...

    blog.aspose.com/de/slides/create-powerpoint-pre...
  9. Arsip

    Arsip...pres->Save(outPath, Aspose::Slides::Export::SaveFormat::Pptx); Tambahkan...pres->Save(outPath, Aspose::Slides::Export::SaveFormat::Pptx); Untuk mempelajari...

    blog.aspose.com/id/slides/create-powerpoint-pre...
  10. Personnaliser les tables de données des graphiq...

    Personnalisez les tables de données des graphiques en .NET pour PPT et PPTX avec Aspose.Slides afin d'améliorer l'efficacité et l'attrait des présentations....pptx" )) { IChart chart = pres . Slides [ 0 ]. Shapes...600 , 400 ); chart . HasDataTable = true ; chart . ChartDataTable...

    docs.aspose.com/slides/fr/net/chart-data-table/