Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 18,969 for

chart

(1.09 sec)
  1. 使用JavaScript通过C++为图表设置数据源|Documentation

    了解Aspose.Cells for Java脚本通过C++支持的各种数据源。我们的指南将带你了解可用的不同类型数据源,并示范如何连接和检索数据以填充你的工作表。...> < h1 > Add Worksheet and Chart Example </ h1 > < input type...value = "Y2" ; // Adding a chart to the worksheet const chartIndex...

    docs.aspose.com/cells/zh/javascript-cpp/data-fo...
  2. 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...
  3. Stroke.Transparency | Aspose.Words for .NET

    Adjust the Stroke Transparency property to control opacity from 0.0 (opaque) to 1.0 (clear), enhancing your design's visual impact....Scatter , 432 , 252 ); Chart chart = shape . Chart ; // Delete default...series. chart . Series . Clear (); ChartSeries series = chart . Series...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 在 .NET 中管理演示文稿的图表数据系列|Aspose.Slides 文档

    学习如何在 C# 中为 PowerPoint (PPT/PPTX) 管理图表系列,提供实用代码示例和最佳实践,以提升您的数据演示。... IChart chart = slide . Shapes . AddChart...200 ); IChartSeries series = chart . ChartData . Series [ 0 ];...

    docs.aspose.com/slides/zh/net/chart-series/
  5. Public API Changes in Aspose.Cells 8.2.2|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.... Version ); Added Chart.Worksheet Property Before the...the Worksheet instance that a Chart object holds. Aspose.Cells 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. ChartDataPoint.marker property | Aspose.Words f...

    ChartDataPoint.marker property. Specifies Chart data marker....marker property Specifies chart data marker. get marker () :...Aspose . Words . Drawing . Charts . ChartMarker Examples Show...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent Chart element....line formatting for the parent chart element. get stroke () : Aspose...Drawing . Charts . ChartType . Scatter , 432 , 252 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Extra charts showing up in gridjs web [regressi...

    As the title says. E.g. this is the sample sheet below (Chart-gallery 12.xlsx.zip) in aspose web demo (View Excel Files Free Online), also reproduced locally when upgrading to version 26.2.0. CleanShot 2026-03-03 at 10.…...Extra charts showing up in gridjs web [regression] Aspose.Cells...is the sample sheet below (chart-gallery 12.xlsx.zip) in aspose...

    forum.aspose.com/t/extra-charts-showing-up-in-g...
  9. 通过 C++ 在图表系列的数据显示点中添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 在图表系列数据点中添加自定义标签。本指南将演示如何修改标签的外观、位置和格式,同时将它们与您的数据源关联以确保准确展示。...Generate the chart const chartIndex = sheet . charts . add ( ChartType...const chart = sheet . charts . get ( chartIndex ); chart . title...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  10. 使用 Python 在演示文稿中管理图表工作簿|Aspose.Slides for Pytho...

    发现适用于 .NET 的 Aspose.Slides for Python:轻松管理 PowerPoint 和 OpenDocument 格式中的图表工作簿,以简化演示文稿数据。...Presentation ( "chart.pptx" ) as presentation : chart = presentation...data_stream = chart . chart_data . read_workbook_stream () chart . chart_data...

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