Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 15,547 for

chart

(0.09 sec)
  1. ChartDataLabelLocationMode | Aspose.Words for Java

    Specifies how the values u200bu200bthat specify the location of a data label - the ChartDataLabel.getLeft / ChartDataLabel.setLeftdouble and ChartDataLabel.getTop / ChartDataLabel.setTopdouble properties - are interpreted in Java....place data labels of doughnut chart outside doughnut. Document doc...DocumentBuilder(doc); final int CHART_WIDTH = 432; final int CHART_HEIGHT = 252;...

    reference.aspose.com/words/java/com.aspose.word...
  2. 如何用 Node.js 通过 C++ 设置系列为隐藏|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 设置 Excel 图表中的系列为隐藏。...Workbook ( filePath ); const charts = workbook . getWorksheets...getCharts (); const chart = charts . get ( "Chart 1" ); const nSeriesFiltered...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  3. 像Microsoft Excel一样处理图表轴的自动单位(使用C++)|Documentation

    了解如何在Aspose.Cells for C++中处理图表轴上的自动单位,类似于Microsoft Excel。我们的指南将展示如何配置和自定义图表轴的自动单位,包括科学计数法的显示和比例调整。...// Access first chart ChartCollection charts = ws . GetCharts...GetCharts (); Chart ch = charts . Get ( 0 ); // Render chart to PDF U16String...

    docs.aspose.com/cells/zh/cpp/handle-automatic-u...
  4. Export JasperReports to PowerPoint | Aspose.Sli...

    Aspose.Slides PowerPoint API for JaspreReport to export reports from Jasper Reports and JasperServer to PowerPoint formats. Create and export accounts Chart images text and line reports to PPT presentation...for MSO 2016 charts Create multiple axis chart reports Add images...Stock Chart & Get Chart Image Change Series Color Set Chart Area...

    products.aspose.com/slides/jasperreports/
  5. 导出图表|Aspose.Slides 文档

    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 { IChart chart = pres . getSlides (). get_Item...400 ); IImage slideImage = chart . getImage (); try { slideImage...

    docs.aspose.com/slides/zh/java/export-chart/
  6. Aspose.Slides for Java 14.6.0 中的公共 API 和不兼容更改|A...

    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....Charts.IDataSourceTypeForEr 接口 该接口指定...new Presentation (); IChart chart = pres . getSlides (). get_Item...

    docs.aspose.com/slides/zh/androidjava/public-ap...
  7. Public API Changes in Aspose.Cells 8.6.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.... process ( false ); Added Chart.toPdf Method Aspose.Cells for...Java 8.6.2 has exposed the Chart.toPdf method that can be used...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. SharePoint PowerPoint | Aspose.Slides SharePoin...

    SharePoint PowerPoint is an Aspose.Slides SharePoint to create and convert SharePoint PPT, SharePoint slideshow, SharePoint presentation....Create Stock Chart & Get Chart Image Set Chart Area Rounded Borders...Series Set Font Properties for Chart Data Table Get default table...

    products.aspose.com/slides/sharepoint/
  9. 如何使用Node.js通过C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到您的图表中以实现灵活的数据可视化。...// Populate the data for the chart. Add values to cells and set...Set the dynamic range for the chart's data source. let index = sheets...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  10. chart.CategoryAxis.GetAxisTexts() are not the s...

    hi , i have an excel file: 4366-20250303.7z (108.4 KB) there is an Chart. i ues the below codes to get the lables: var Chart = sheet.Charts.OrderByDescending(t => t.ChartObject.LowerRightRow).First(); var labels = …...chart.CategoryAxis.GetAxisTexts() are not the same as what excel...4366-20250303.7z (108.4 KB) there is an chart. i ues the below codes to get...

    forum.aspose.com/t/chart-categoryaxis-getaxiste...