Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 3,154 for

pie chart

(0.51 sec)
  1. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...PDF → Chart )选取相应的步骤。 1. 使用 Aspose.Cells...Aspose.Cells 在 PDF 导出时对某些图表类型(如 Pie、Bar)不完整。 保存选项未启用 PdfSaveOptions...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  2. Dynamically Generate Formatted Excel Reports wi...

    This article introduces how to generate report in GridWeb....grid like control, paste a chart in it and export the report...also generates a sophisticated chart based on the Worksheet source...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. Aspose::Words::Drawing::Charts::ChartSeries::se...

    Aspose::Words::Drawing::Charts::ChartSeries::set_Explosion method. Specifies the amount the data point shall be moved from the center of the Pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie Charts in C++....Aspose::Words::Drawing::Charts::ChartSeries::set_Explosion method...moved from the center of the pie. Can be negative, negative means...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_Explosion method. Specifies the amount the data point shall be moved from the center of the Pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie Charts in C++....Aspose::Words::Drawing::Charts::ChartSeries::get_Explosion method...moved from the center of the pie. Can be negative, negative means...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. 图表系列|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中 PowerPoint 演示文稿的图表系列...Presentation (); try { // 添加图表 var chart = pres . getSlides (). get_Item...400 , true ); var series = chart . getChartData (). getSeries...

    docs.aspose.com/slides/zh/nodejs-java/chart-ser...
  6. 在 Python 中自定义 Treemap 和 Sunburst 图表的数据点|Aspose....

    了解如何使用 Aspose.Slides for Python via .NET 在 treemap 和 sunburst 图表中管理数据点,兼容 PowerPoint 和 OpenDocument 格式。...Diagram、Radial Chart、Radial Graph 或 Multi-Level Pie Chart)。这些图表以树状...slides [ 0 ] chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/zh/python-net/data-point...
  7. Ինչպես ստեղծել գծապատկեր Excel-ում՝ օգտագործելո...

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես ստեղծել գծապատկեր Excel-ում՝ օգտագործելով Node.js-ը: Այն ունի շրջակա միջավայրի կարգավորումներ, քայլերի ցանկ և գործարկվող կոդ՝ Excel-ում Node.js-ի միջոցով գրաֆիկ ստեղծելու համար:...Cells հավաքածուն Ստեղծեք տող chart ընտրված թերթում Սահմանեք տվյալների...COLUMN, CONE, CYLINDER, FUNNEL և Pie մի քանի թվարկելու համար: Եթե...

    kb.aspose.com/hy/cells/nodejs/how-to-create-cha...
  8. 使用 PHP 在演示文稿中管理图表数据系列|Aspose.Slides for PHP 文档

    学习如何在 PHP 中管理 PowerPoint(PPT/PPTX)的图表数据系列,提供实用代码示例和最佳实践,提升数据演示效果。...Presentation (); try { # 添加图表 $chart = $pres -> getSlides () -> get_Item..., 400 , true ); $series = $chart -> getChartData () -> getSeries...

    docs.aspose.com/slides/zh/php-java/chart-series/
  9. Excel-ում Treemap գծապատկերի ստեղծում Python-ի ...

    Այս կարճ ձեռնարկը բացատրում է, թե ինչպես ստեղծել Treemap գծապատկեր Excel-ում Python-ի միջոցով։ Այն ներկայացնում է մշակման միջավայրի մանրամասները, քայլերի ցանկը և օրինակային կոդ՝ Python-ի միջոցով Excel-ում Treemap գծապատկեր ստեղծելու համար։...PARETO_LINE, SURFACE_3D, PIE, LINE և BUBBLE և այլն։ Chart դասը ներկայացնում...

    kb.aspose.com/hy/cells/python/create-a-treemap-...
  10. 使用 C++ 管理演示文稿中的图表数据系列|Aspose.Slides 文档

    学习如何在 C++ 中使用实用代码示例和最佳实践来管理 PowerPoint(PPT/PPTX)图表系列,以提升数据演示效果。...get_Shapes (); // 添加图表 auto chart = shapes -> AddChart ( ChartType...0f , true ); auto series = chart -> get_ChartData () -> get_Series...

    docs.aspose.com/slides/zh/cpp/chart-series/