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

pptx charts

(0.05 sec)
  1. 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...
  2. Diagrammlegende|Aspose.Slides Dokumentation

    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....Schreiben Sie die Präsentation als PPTX-Datei. Im folgenden Beispiel...auf der Folie hinzu IChart chart = slide . getShapes (). addChart...

    docs.aspose.com/slides/de/androidjava/chart-leg...
  3. Área del Gráfico|Documentación de Aspose.Slides...

    Obtener ancho, alto del área del gráfico. Establecer modo de diseño. Presentación de PowerPoint en Python...charts as charts import aspose.slides as...pres : chart = pres . slides [ 0 ] . shapes . add_chart ( charts...

    docs.aspose.com/slides/es/python-net/chart-plot...
  4. Libro de Gráficos|Documentación de Aspose.Slides

    Libro de gráficos en una presentación de PowerPoint en Java...Presentation ( "chart.pptx" ); try { Chart chart = ( Chart ) pres ....get_Item ( 0 ); IChartData data = chart . getChartData (); byte [] stream...

    docs.aspose.com/slides/es/java/chart-workbook/
  5. مخطط ثلاثي الأبعاد|وثائق Aspose.Slides

    تعيين rotationX و rotationY و depthpercents لمخطط ثلاثي الأبعاد في عرض PowerPoint باستخدام C# أو .NET... كتابة العرض المعدل إلى ملف PPTX. // إنشاء نسخة من فئة Presentation...مخطط مع بيانات افتراضية IChart chart = slide . Shapes . AddChart...

    docs.aspose.com/slides/ar/net/3d-chart/
  6. Diagrammdatenbeschriftung|Aspose.Slides für Pyt...

    Diagrammdatenbeschriftung und Abstand in Python festlegen...charts as charts import aspose.slides as...pres : chart = pres . slides [ 0 ] . shapes . add_chart ( charts...

    docs.aspose.com/slides/de/python-net/chart-data...
  7. الرسوم البيانية المتحركة|وثائق Aspose.Slides

    سلاسل الرسوم البيانية وحركات باوربوينت في C# أو .NET...pptx" )) { // الحصول على مرجع من...Shapes as ShapeCollection ; var chart = shapes [ 0 ] as IChart ; //...

    docs.aspose.com/slides/ar/net/animated-charts/
  8. أسطورة الرسم البياني|وثائق 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.... كتابة العرض التقديمي كملف PPTX. في المثال المقدم أدناه، قمنا...clustered column chart on the slide IChart chart = slide . getShapes...

    docs.aspose.com/slides/ar/java/chart-legend/
  9. Diagramme en Secteurs|Documentation Aspose.Slid...

    Options de tracé du diagramme en secteurs et couleurs des parts dans la présentation PowerPoint en Python...charts as charts import aspose.slides as...diagramme sur la diapositive chart = presentation . slides [ 0...

    docs.aspose.com/slides/fr/python-net/pie-chart/
  10. إنشاء أو تحديث المخططات في عرض PowerPoint باستخ...

    إنشاء مخطط في عرض PowerPoint باستخدام Java... كتابة العرض المعدل كملف PPTX. يوضح هذا الكود البرمجي بلغة...مثيل لفئة العرض التي تمثل ملف PPTX Presentation pres = new Presentation...

    docs.aspose.com/slides/ar/java/create-chart/