Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 18,175 for

chart

(0.14 sec)
  1. Chart.Style | Aspose.Words for .NET

    Customize Chart appearance in Aspose.Words. Get or set Chart.Style for polished, visually appealing document Charts....Style Chart.Style property Gets or sets the style of the chart...ChartStyle class Chart namespace Aspose.Words.Drawing.Charts assembly...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Public API Changes in Aspose.Cells 8.3.0|Docume...

    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....helps in uniquely identifying Chart objects in a spreadsheet as..."sample.xlsx" ); ChartCollection charts = book . getWorksheets ()....

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 用JavaScript通过C++自定义图表|Documentation

    学习如何在Aspose.Cells for Java脚本通过C++中自定义图表。我们的指南将向你展示如何修改图表布局、添加和格式化数据系列、调整轴以及应用各种格式选项,以提升图表的外观和易用性。... value = 100 ; // Adding a chart to the worksheet const chartIndex...chartIndex = worksheet . charts . add ( ChartType . Column , 5 ,...

    docs.aspose.com/cells/zh/javascript-cpp/customi...
  4. 用 JavaScript 通过 C++ 识别饼图或条形图中的数据点是否在第二个饼或条中|Doc...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 查找数据点是否在饼图的第二个饼或条中。我们的指南将演示如何识别并访问复合图中的次要饼或条,以便有效分析和操作数据。...< body > < h1 > Bar of Pie Chart Data Points Example </ h1 >...// Access first chart which is Bar of Pie chart and calculate it...

    docs.aspose.com/cells/zh/javascript-cpp/find-if...
  5. 在Aspose.Cells中为图表添加WordArt水印|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....+ "Add WordArt Watermark to Chart.xlsx" ; //Open the existing...the chart in the first worksheet. Aspose . Cells . Charts . Chart...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  6. Bug in LegendEntry.isDeleted in Aspose.Cells ve...

    After upgrading our Aspose.Cells version from 25.9 to 25.10, 25.11, or 25.12, we are experiencing unexpected behavior when setting LegendEntry.isDeleted for series legend entries. We have a workbook containing Charts th…...Product Family charts , cells-net , aspose-cells , chart njburd December...have a workbook containing charts that have multiple series legend...

    forum.aspose.com/t/bug-in-legendentry-isdeleted...
  7. AxisCrosses | Aspose.Words for Java

    Specifies the possible crossing points for an axis in Java....Examples: Shows how to insert a chart and modify the appearance of...300.0); Chart chart = shape.getChart(); // Clear the chart's demo...

    reference.aspose.com/words/java/com.aspose.word...
  8. 用JavaScript通过C++确定图表中存在的轴线|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++创建的图表中确定存在的轴线。我们的指南将帮助你识别和访问图表中的不同轴线,包括类别轴、数值轴和次轴。...Cells提供了 Chart.hasAxis(axisType, isPrimary)...方法来判断图表是否具有特定的轴。 以下示例代码演示了如何使用 Chart.hasAxis(axisType, isPrimary)...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  9. ChartDataLabelLocationMode enumeration | Aspose...

    Aspose.Words.Drawing.Charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../Chartdatalabel/left/) and [ChartDataLabel.top](../Chartdatalabel/top/) properties - are interpreted....the upper left corner of a chart. Examples Shows how to place...place data labels of doughnut chart outside doughnut. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 趋势线|Aspose.Slides for Node.js via .NET 文档

    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....Presentation (); try { // 创建聚类柱形图 var chart = pres . getSlides (). get_Item...为图表系列 1 添加指数趋势线 var tredLinep = chart . getChartData (). getSeries...

    docs.aspose.com/slides/zh/nodejs-java/trend-line/