Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 17,644 for

area

(0.35 sec)
  1. Insert Sparklines in Excel using C#

    This article provides a guide on how to insert sparklines in Excel using C#. It has IDE settings, steps, and a sample code to display sparklines charts using C#....file sample data Create a cell area providing the start row, start...sample data and define a cell area around the target data. Add...

    kb.aspose.com/cells/net/insert-sparklines-in-ex...
  2. Working with Charts in C++|Aspose.Words for C++

    Introduction to Chart feature, how to create and manipulate charts using C++....insert a scatter chart: Insert Area Chart The following example...example shows how to insert an area chart: Insert Bubble Chart The following...

    docs.aspose.com/words/cpp/working-with-charts/
  3. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....units of 1/4000 of the chart area. left – the horizontal offset...units of 1/4000 of the chart area. height – the height of the...

    docs.aspose.com/cells/cpp/controls-in-charts/
  4. Create Excel Pivot Table using Node.js

    Create Excel pivot table using Node.js. Get details to set the IDE, a list of steps, and a sample code creating Excel pivot table using Node.js....providing the destination cells area and setting the display characteristics...column, row, and data to the area and save the output Excel file...

    kb.aspose.com/cells/nodejs/create-excel-pivot-t...
  5. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....when its area is rotated. Parts of the rotated area that do not...match the original size of the area are cropped. It is recommended...

    docs.aspose.com/ocr/java/deskew/
  6. 如何使用 JavaScript 结合 C++ 创建瀑布图|Documentation

    使用 JavaScript 和 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中创建瀑布图。... area . foregroundColor = Color ....nSeries . get ( 0 ). downBars . area . foregroundColor = Color ....

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  7. Customizing Charts|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.... ChartArea , the chart area in the worksheet. ChartDataTable...without data markers Area Represents Area Chart AreaStacked Represents...

    docs.aspose.com/cells/java/creating-and-customi...
  8. SVG Coordinate Systems and Units – Aspose.SVG G...

    Learn how to work with a coordinate system, canvas and viewport together; what is viewbox and how can it be used for SVG image zooming....the viewport that defines an area on the canvas, characterized...viewBox defines a specific canvas area, covering a rectangular with...

    docs.aspose.com/svg/net/drawing-basics/coordina...
  9. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...print area to A1:D10 worksheet . page_setup . print_area = "A1:D10"...workbook . save ( "output_set_print_area.xlsx" ) # Output image reference...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  10. Search and Replace Data in a Range with C++|Doc...

    This article shows how to search and replace data in a range in Excel using C++ code....the range is E9:H15 CellArea area = CellArea :: CreateCellArea...EntireContent ); opts . SetRange ( area ); Cell cell ; do { // Search...

    docs.aspose.com/cells/cpp/search-and-replace-da...