Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 516 for

chart axis title

(0.06 sec)
  1. Aspose.Cells 8.3.2中的公共API更改|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.... Title = "Development Lead" ; s . Email...; 新增Chart.HasAxis方法 随着v8.3.2的发布,Aspose.Cells API提供了Chart.HasAxis(AxisType...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. 将图表转换为支持日本地区的图像,使用 Node.js via C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 设置支持日文字符和格式的图表。我们的指南将演示如何配置图表以支持日文字体、大小、文本方向等。... charts [ 0 ]; chart0 . toImage ( "Output...本示例中的值 英文环境中的默认值 轴标题名称 軸タイトル Axis Title 轴单位名称 百,千… Hundreds, Thousands…...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-cha...
  3. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。...PutValue ( 9 ); // Create scatter chart int32_t chartIndex = sheet ...ScatterConnectedByLi , 5 , 1 , 24 , 10 ); Chart chart = sheet . GetCharts (). Get...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  4. 将图表转换为图片以支持中国地区使用C++|Documentation

    学习如何使用Aspose.Cells for C++设置支持中文字符和格式的图表。我们的指南将演示如何配置图表以支持中文字符,包括字体、大小、文本方向等。...namespace Aspose :: Cells :: Charts ; class ChartChineseSettings...//Config Chinese Setting For Chart //In this step, you will use...

    docs.aspose.com/cells/zh/cpp/convert-chart-to-i...
  5. ChartFormat | Aspose.Words for Java

    Represents the formatting of a Chart element in Java....Represents the formatting of a chart element. To learn more, visit...visit the Working with Charts documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  6. 档案

    档案...添加甘特图 chart_index = sheet . charts . add(cells . charts . ChartType...10 ) chart = sheet . charts[chart_index] chart . title . text...

    blog.aspose.com/zh/cells/create-gantt-chart-in-...
  7. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...putValue ( 150 ); // Adding a chart to the worksheet const chartIndex...instance of the newly added chart const chart = worksheet . getCharts...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  8. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....minimum or maximum bound of axis values. AxisBuiltInUnit Specifies...Specifies the display units for an axis. AxisCategoryType Specifies...

    reference.aspose.com/words/java/com.aspose.words/
  9. 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-...
  10. 在 Python 中格式化演示文稿图表|Aspose.Slides for Python 文档

    学习在 Aspose.Slides for Python 中进行图表格式设置,为您的 PowerPoint 或 OpenDocument 演示文稿增添专业且引人注目的样式。...charts as charts import aspose.slides as...# 添加示例图表 chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/zh/python-net/chart-form...