Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 18,938 for

chart

(0.2 sec)
  1. Problems converting word to pdf - Free Support ...

    When I converted a word document to a pdf document, the Chart title has been changed from Chinese to English. How can I keep it unchanged? version:aspose-words-25.9-jdk17 Even if I use this code, it still doesn’t…...document to a pdf document, the chart title has been changed from...zhq To maintain the Chinese chart title when converting a Word...

    forum.aspose.com/t/problems-converting-word-to-...
  2. PresetTexture enumeration | Aspose.Words for Py...

    aspose.words.drawing.PresetTexture enumeration. Specifies texture to be used to fill a shape.... insert_chart ( chart_type = aw . drawing . charts . ChartType...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 C++ 通过 JavaScript 禁用图表数据标签的文字换行|Documentation

    学习如何在使用 Aspose.Cells for JavaScript 通过 C++ 绘制的图表中禁用数据标签的文字换行。本指南将展示如何防止长标签重叠,提供更清晰易读的图表显示。...Access the first chart inside the worksheet const chart = worksheet...worksheet . charts . get ( 0 ); // Disable the Text Wrapping of Data...

    docs.aspose.com/cells/zh/javascript-cpp/disable...
  4. 使用C++为图表点添加富文本自定义数据标签|Documentation

    了解如何在Aspose.Cells for C++中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同的字体、颜色和对齐选项来格式化标签,提升图表的外观和易读性。...Access the first chart inside the sheet Chart chart = worksheet ...first point DataLabels dlbls = chart . GetNSeries (). Get ( 0 )....

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  5. 用Node.js通过C++设置图表系列的数值格式代码|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置图表系列的数值格式代码。本指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,从而专业、准确地展示您的数据。...0 ); // Access first chart const chart = worksheet . getCharts...series using an array of values chart . getNSeries (). add ( "{10000...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-val...
  6. ChartShapeType Enum | Aspose.Words for .NET

    Explore Aspose.Words.Drawing.Charts.ChartShapeType enum to define diverse Chart element shapes, enhancing your document's visual appeal and data clarity....Specifies the shape type of chart elements. public enum ChartShapeType...shape is not defined for the chart element. Rectangle 1 Rectangle...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 使用Node.js via C++在图表上添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel的图表中添加WordArt水印。我们的指南将演示如何创建和定位WordArt水印,以增强图表的视觉吸引力和独特性。...// Get the chart in the first worksheet. const chart = workbook...(shape) to the chart's plot area. const wordart = chart . getShapes...

    docs.aspose.com/cells/zh/nodejs-cpp/add-wordart...
  8. Copy Shapes between Worksheets with Node.js via...

    Learn how to copy shapes like pictures and Charts between worksheets using Aspose.Cells for Node.js via C++....worksheet, for example, pictures, charts and other drawing objects,...C++ supports this feature. Charts, images, and other objects...

    docs.aspose.com/cells/nodejs-cpp/copy-shapes-be...
  9. 利用Node.js通过C++在图表中添加形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加控件并自定义图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。...dataDir , "chart.xls" )); // Get the designer chart in the second...getWorksheets (). get ( 1 ); const chart = sheet . getCharts (). get...

    docs.aspose.com/cells/zh/nodejs-cpp/controls-in...
  10. How to set category axis|Documentation

    Learn how to set the category axis in Aspose.Cells for Python via .NET. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....Scenarios After you create a chart in a worksheet, you can then...category axis for an Excel chart using Aspose.Cells for Python...

    docs.aspose.com/cells/python-net/how-to-set-cat...