Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,841 for

chart axis

(0.1 sec)
  1. Think-Cell Charts Are Not Displaying Properly i...

    Think cell Charts are not displayed in the thumbnail image generated with Aspose. Specific Charts and diagrams added via Think-cell add-in are not rendering or showing incomplete image previews for Templates. For example…...Think-Cell Charts Are Not Displaying Properly in Thumbnail Image...Family slides-net , slides-chart , slides-rendering aagrawalla...

    forum.aspose.com/t/think-cell-charts-are-not-di...
  2. 创建并嵌入 Excel 图表作为 OLE 对象|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....// Declare variables for the Chart.ChartWizard method. object paramChartFormat...// Insert some data for the chart into the sheet. // A B C D E...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  3. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。...Charts 命名空间下的 ChartType 枚举。枚举中的值对应不同的图表类型。...// 添加一个具有默认数据的簇状柱形图。 IChart chart = slide . Shapes . AddChart...

    docs.aspose.com/slides/zh/net/create-chart/
  4. 在 PHP 中优化演示文稿的图表计算|Aspose.Slides for PHP 文档

    了解在 Aspose.Slides for PHP via Java 中的图表计算、数据更新和精度控制(适用于 PPT 和 PPTX),并提供实用代码示例。... Axis 类的方法提供关于坐标轴图表元素的实际位置的信息( getActualMaxValue...getActualMinorUnitSc )。 在获取实际值之前,需要先调用 Chart.validateChartLayout 方法来填充属性的实际值。...

    docs.aspose.com/slides/zh/php-java/chart-calcul...
  5. Presentation Charts Get Distorted During PPTX-t...

    Hello Team, We have identified a reproducible issue when converting PPTX to PPTX where certain embedded Charts fail to render correctly. We are currently using version 24.4 of Aspose.slides. We have also tried the same…...Presentation Charts Get Distorted During PPTX-to-PPTX Conversion...Family slides-java , slides-chart suming.li October 30, 2025,...

    forum.aspose.com/t/presentation-charts-get-dist...
  6. 在 JavaScript 中优化演示文稿的图表计算|Aspose.Slides for Nod...

    了解 Aspose.Slides for Node.js 在 PPT 与 PPTX 中的图表计算、数据更新以及精度控制,并附有实用的 JavaScript 代码示例。... Axis 类的属性提供有关轴图表元素实际位置的信息( Axis.getActualMaxValue...getActualMaxValue 、 Axis.getActualMinValue 、 Axis.getActualMajorUnit 、 Axis...

    docs.aspose.com/slides/zh/nodejs-java/chart-cal...
  7. Aspose LINQ Reporting: Culture-Based Number For...

    We are trying to format decimal places and thousand separators based on regional cultures. Currently, we are using the US standard formatting—decimal as a dot (.) and thousand separator as a comma (,). We need to apply N…...culture-based formatting, including for chart generation? we are using aspose...same approach can be used for chart data – either format the numbers...

    forum.aspose.com/t/aspose-linq-reporting-cultur...
  8. Multiple Discrepancies When Saving a Presentati...

    Hello, I’m trying to save each slide from a PowerPoint presentation as an image, but there are several discrepancies. Could you please confirm whether this is a bug? Thank you Code: new Presentation("/path/to/Charts…...Family slides-java , slides-chart , slides-rendering dfinsolutions...new Presentation("/path/to/charts.pptx").getSlides().forEach(slide...

    forum.aspose.com/t/multiple-discrepancies-when-...
  9. 在 Android 上创建或更新 PowerPoint 演示文稿图表|Aspose.Slide...

    使用 Aspose.Slides for Android 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 Java 示例代码添加、格式化和编辑图表。...0 ); // 添加带有默认数据的图表 IChart chart = sld . getShapes (). addChart...0 , 500 , 500 ); // 设置图表标题 chart . getChartTitle (). addTextFrameForOverr...

    docs.aspose.com/slides/zh/androidjava/create-ch...
  10. 在 Java 中创建或更新 PowerPoint 幻灯片图表|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 Java 示例代码添加、格式化和编辑图表。...( 0 ); // 添加默认数据的图表 IChart chart = sld . getShapes (). addChart...0 , 500 , 500 ); // 设置图表标题 chart . getChartTitle (). addTextFrameForOverr...

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