Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,768 for

chart axis

(0.06 sec)
  1. 使用 VSTO 和 Aspose.Slides for .NET 创建图表|Aspose.Sl...

    了解如何使用 C# 自动化 PowerPoint 图表创建。本分步指南展示了为何 Aspose.Slides for .NET 是比 Microsoft.Office.Interop 更快、更强大的替代方案。... Chart ppChart = objSlide . Shapes [ 1 ]. Chart ; // 访问图表数据。...Office . Interop . PowerPoint . Axis valaxis = ppChart . Axes ( Microsoft...

    docs.aspose.com/slides/zh/net/create-a-chart-in...
  2. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create Charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…...effect, I used WPS to create charts and series, using the same...@752659984 It looks like the chart‑series settings (Series, Points...

    forum.aspose.com/t/how-to-set-up-series-points-...
  3. 档案

    档案... 使用 Charts.Add() 方法添加堆积条形图。 通过图表类对象中的索引访问图表。...ChartCollection charts = sheet.Charts; // 添加条形图 int index = charts.Add(ChartType...

    blog.aspose.com/zh/cells/tornado-charts-in-exce...
  4. 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/
  5. Aspose.Slides for .NET 16.2.0 的公共 API 与向后不兼容的更改...

    审阅 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以平稳迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...Charts.CategoryAxisType Has Been Switched...用于 IAxis.CategoryAxisType 和 Axis.CategoryAxisType 属性,以确定类别轴类型。...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  6. ChartSeries | Aspose.Words for Java

    Represents Chart series properties in Java....IChartDataPoint, Cloneable Represents chart series properties. To learn...more, visit the Working with Charts documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用 JavaScript 通过 C++ 将图表转换为图片以适应中国地区|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 配置支持中文字符和格式的图表,包括字体、大小、文本方向等等。.../> </ head > < body > < h1 > Chart Globalization Settings (Chinese)...settings to the workbook's chart globalization settings if available...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…...excel file to pre-generated charts Aspose.Total Product Family...Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook...

    forum.aspose.com/t/facing-issue-while-linking-e...
  9. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....more, visit the Working with Charts documentation article. Examples:...labels to data points in a line chart. public void dataLabels() throws...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在 Java 中格式化演示文稿图表|Aspose.Slides 文档

    了解在 Aspose.Slides for Java 中的图表格式化,并通过专业、引人注目的样式提升您的 PowerPoint 演示文稿。...get_Item ( 0 ); // 添加示例图表 IChart chart = slide . getShapes (). addChart...400 ); // 设置图表标题 chart . hasTitle (); chart . getChartTitle ()...

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