Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 2,211 for

pptx charts

(0.04 sec)
  1. تنسيق المخططات|وثائق Aspose.Slides لـ Python

    تنسيق كيانات المخططات في عروض PowerPoint باستخدام بايثون...المعدل إلى ملف PPTX import aspose.slides.charts as charts import aspose...المخطط المثال chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/ar/python-net/chart-form...
  2. Gráfico de Dona|Documentación de Aspose.Slides ...

    Especificar el agujero central en un gráfico de dona en una presentación de PowerPoint en Python...charts as charts import aspose.slides as...Presentation () as presentation : chart = presentation . slides [ 0...

    docs.aspose.com/slides/es/python-net/doughnut-c...
  3. Gráficas Animadas|Documentación de Aspose.Slide...

    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....pptx" ); try { # Obtener referencia...= $slide -> getShapes (); $chart = $shapes -> get_Item ( 0 );...

    docs.aspose.com/slides/es/php-java/animated-cha...
  4. سلسلة الرسم البياني|توثيق Aspose.Slides لـ PHP

    سلسلة الرسم البياني في عروض PowerPoint...العرض التقديمي المعدل إلى ملف PPTX. يوضح هذا الرمز PHP كيفية تعيين...try { # يضيف الرسم البياني $chart = $pres -> getSlides () -> get_Item...

    docs.aspose.com/slides/ar/php-java/chart-series/
  5. Llamada|Documentación de Aspose.Slides

    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 { IChart chart = pres . getSlides (). get_Item...Pie , 50 , 50 , 500 , 400 ); chart . getChartData (). getSeries...

    docs.aspose.com/slides/es/java/callout/
  6. Trendlinie|Aspose.Slides Dokumentation

    Trendlinie und benutzerdefinierte Linie in PowerPoint-Präsentationen in C# oder .NET hinzufügen...bearbeitete Präsentation in eine PPTX-Datei. Der folgende Code wird...gruppierten Säulendiagramms IChart chart = pres . Slides [ 0 ]. Shapes...

    docs.aspose.com/slides/de/net/trend-line/
  7. Callout|Aspose.Slides für Python Dokumentation

    PowerPoint-Diagramm-Callouts und Datenbeschriftungen in Python...Presentation () as presentation : chart = presentation . slides [ 0...0 ] . shapes . add_chart ( slides . charts . ChartType . PIE ...

    docs.aspose.com/slides/de/python-net/callout/
  8. Axe de Graphique|Documentation Aspose.Slides

    Comment éditer l'axe de graphique PowerPoint en C++...get_Shapes (); auto chart = System :: ExplicitCast < Chart > ( shapes...0f )); chart -> ValidateChartLayout (); auto axes = chart -> get_Axes...

    docs.aspose.com/slides/fr/cpp/chart-axis/
  9. الرسوم البيانية المتحركة|وثائق Aspose.Slides لـ...

    سلاسل الرسوم البيانية والرسوم المتحركة في PowerPoint باستخدام بايثون...pptx" ) as presentation : # احصل...0 ] shapes = slide . shapes chart = shapes [ 0 ] # قم بتحريك السلسلة...

    docs.aspose.com/slides/ar/python-net/animated-c...
  10. アニメーションチャート|Aspose.Slides ドキュメント

    C# または .NET における PowerPoint チャートシリーズとアニメーション...pptx" )) { // チャートオブジェクトの参照を取得 var...Shapes as ShapeCollection ; var chart = shapes [ 0 ] as IChart ; //...

    docs.aspose.com/slides/ja/net/animated-charts/