Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 2,206 for

pptx charts

(0.03 sec)
  1. 3D 图表|Aspose.Slides 文档

    在 C# 或 .NET 中为 PowerPoint 演示文稿设置 3D 图表的 rotationX, rotationY 和 depthpercents... 将修改后的演示文稿写入 PPTX 文件。 // 创建一个 Presentation 类的实例...0 ]; // 添加带有默认数据的图表 IChart chart = slide . Shapes . AddChart...

    docs.aspose.com/slides/zh/net/3d-chart/
  2. 3D 图表|Aspose.Slides for PHP 文档

    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 文件。 $pres = new Presentation...get_Item ( 0 ); # 添加带有默认数据的图表 $chart = $slide -> getShapes () ->...

    docs.aspose.com/slides/zh/php-java/3d-chart/
  3. Aspose.Slides for PHP via Java 15.10.0中的公共API和不...

    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....= $slide -> getShapes (); $chart = $shapes -> get_Item ( 0 );...getMainSequence () -> addEffect ( $chart , EffectType :: Fade , EffectSubType...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  4. Public API and Backwards Incompatible Changes i...

    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....size of the hole in a doughnut chart. Presentation pres = new Presentation...Presentation (); IChart chart = pres . getSlides (). get_Item (...

    docs.aspose.com/slides/java/public-api-and-back...
  5. Chart Legend|Aspose.Slides 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....Chart Legend Contents [ Hide ] Legend Positioning In order to...reference of the slide. Adding a chart on slide. Setting the properties...

    docs.aspose.com/slides/cpp/chart-legend/
  6. 3D 图表|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 文件。 Presentation pres = new...( 0 ); // 添加默认数据的图表 IChart chart = slide . getShapes (). addChart...

    docs.aspose.com/slides/zh/androidjava/3d-chart/
  7. Aspose.Slides for .NET 14.6.0 的公共 API 和不兼容更改|As...

    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....Charts.IErrorBarsFormat 接口 此接口表示图表系列的误差条。...new Presentation ()) { IChart chart = pres . Slides [ 0 ]. Shapes...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  8. Slide Layout|Aspose.Slides Documentation

    Set PowerPoint slide size and options in C++...placeholder for the core content (chart, paragraphs, bullet list, numbered...= u "../templates/AddSlides.pptx" ; const String outPath = u...

    docs.aspose.com/slides/cpp/slide-layout/
  9. 图表数据标签|Aspose.Slides 文档

    在Java中设置PowerPoint图表数据标签和距离...Presentation (); try { IChart chart = pres . getSlides (). get_Item...450 , 300 ); chart . setDataTable ( true ); chart . getChartData...

    docs.aspose.com/slides/zh/androidjava/chart-dat...
  10. 图表绘图区|Aspose.Slides 文档

    获取图表绘图区的宽度和高度。设置布局模式。C# 或 .NET 中的 PowerPoint 演示文稿...Pptx" )) { Chart chart = ( Chart ) pres . Slides...350 ); chart . ValidateChartLayout (); double x = chart . PlotArea...

    docs.aspose.com/slides/zh/net/chart-plot-area/