Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 18,733 for

chart

(0.13 sec)
  1. 使用 Java 在演示文稿中管理图表工作簿|Aspose.Slides 文档

    了解适用于 Java 的 Aspose.Slides:轻松在 PowerPoint 和 OpenDocument 格式中管理图表工作簿,以简化演示文稿数据。...Presentation ( "chart.pptx" ); try { Chart chart = ( Chart ) pres ....get_Item ( 0 ); IChartData data = chart . getChartData (); byte [] stream...

    docs.aspose.com/slides/zh/java/chart-workbook/
  2. 使用 C++ 管理图表中的形状|Documentation

    学习如何使用 Aspose.Cells for C++ 添加控件和自定义 Microsoft Excel 中的图表。我们的指南将演示如何操作图表元素、调整格式以及提升图表的整体外观与易用性。...inputFilePath = srcDir + u "chart.xls" ; // Path of output excel...outputFilePath = outDir + u "chart.out.xls" ; // Create workbook...

    docs.aspose.com/cells/zh/cpp/controls-in-charts/
  3. ChartDataLabel.top_mode property | Aspose.Words...

    ChartDataLabel.top_mode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the Chart of from the position specified by its [ChartDataLabel.position](../position/) property....label from the top edge of the chart of from the position specified...aspose . words . drawing . charts . ChartDataLabelLocati : ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartSeriesGroupCollection indexer | Aspose.Wor...

    ChartSeriesGroupCollection indexer. Returns a [ChartSeriesGroup](../../Chartseriesgroup/) at the specified index....file_name = MY_DIR + 'Combo chart.docx' ) shape = doc . get_child...as_shape () chart = shape . chart series_groups = chart . series_groups...

    reference.aspose.com/words/python-net/aspose.wo...
  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. AxisDisplayUnit class | Aspose.Words for Python

    aspose.words.drawing.Charts.AxisDisplayUnit class. Provides access to the scaling options of the display units for the value axis...more, visit the Working with Charts documentation article. Constructors...document containing the parent chart. unit Gets or sets the scaling...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartFormat.fill property | Aspose.Words for Py...

    ChartFormat.fill property. Gets fill formatting for the parent Chart element....fill formatting for the parent chart element. @property def fill.... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Fill.presetTextured method | Aspose.Words for N...

    Fill.presetTextured method. Sets the fill to a preset texture.... Charts . ChartType . Scatter , 432 , 252 ); let chart = shape...shape . chart ; // Delete default generated series. chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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....property also helps identify Chart objects in a spreadsheet as...foreach ( Chart chart in book . Worksheets [ 0 ]. Charts ) { var...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. 使用C++导出带有viewBox属性的SVG图表|Documentation

    使用Aspose.Cells结合C++将带有viewBox属性的图表导出为SVG格式。...Access first chart inside the worksheet Chart chart = worksheet...SetSVGFitToViewPort ( true ); // Save the chart to svg format U16String outputSvg...

    docs.aspose.com/cells/zh/cpp/export-chart-to-sv...