Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 17,769 for

area

(0.14 sec)
  1. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for JavaScript via C++ API....validations ; // Create Cell Area const ca = new AsposeCells ...structure const area = new AsposeCells . CellArea (); area . startRow...

    docs.aspose.com/cells/javascript-cpp/data-valid...
  2. ChartType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.ChartType enum to discover various chart types and enhance your document's data visualization effortlessly....Description Area 0 Area chart. AreaStacked 1 Stacked Area chart. AreaPercentStacked...AreaPercentStacked 2 100% Stacked Area chart. Area3D 3 3D Area chart. Area3DStacked...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Managing Ranges|Documentation

    This article shows how to manage ranges by the Aspose.Cells for Python via .NET API.... The rectangular area you selected can also be easily...want to create a rectangular area that extends over A1:C4 , you...

    docs.aspose.com/cells/python-net/managing-ranges/
  4. How to set cell link in GridJS|Documentation

    Add, edit, open, and remove links for selected cells using the Link dialog and hyperlink data....GridJS adds a link object with area , type , address (and keeps...sheet . hyperlinks . push ({ area : 'B2:B2' , type : 0 , // 0=web...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  5. How to set cell link in GridJS|Documentation

    Add, edit, open, and remove links for selected cells using the Link dialog and hyperlink data....GridJS adds a link object with area , type , address (and keeps...sheet . hyperlinks . push ({ area : 'B2:B2' , type : 0 , // 0=web...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  6. Positioning shape over chart - Free Support For...

    Hello, I want to create a stacked bar chart with rounded corners of the plot Area - as on desired-result.png. I’m doing this by adding a chart and then placing a Rounded Rectangle Shape over it. I have a somewhat work…...rounded corners of the plot area - as on desired-result.png....and width/heigh of the plot area, so that I could place the shape...

    forum.aspose.com/t/positioning-shape-over-chart...
  7. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....the effect to a chart’s plot area as a watermark. The WordArt...watermark for the chart plot area. The following example shows...

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  8. [Regression?] Location of PlotArea in charts is...

    Hi, We use on Aspose.Cells to move textboxes inside charts, in order to do this, we use the APIs to get the location of the plot Area and move it accordingly. However, it seems after Aspose migrated PlotArea.InnerX to …...get the location of the plot area and move it accordingly. However...top left corner of the plot area: var workbook = new Workbook(@"...

    forum.aspose.com/t/regression-location-of-plota...
  9. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...validation area of cells CellArea area; area.StartRow = 0; area.EndRow...EndRow = 9; area.StartColumn = 0; area.EndColumn = 0; // Add the...

    forum.aspose.com/t/data-validation-example-fail...
  10. How to create Combo Chart with JavaScript via C...

    Learn how to create a combo chart using Aspose.Cells for JavaScript via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Legend at the bottom of the chart area chart . legend . position =...nSeries . get ( j ). marker . area . formatting = AsposeCells ...

    docs.aspose.com/cells/javascript-cpp/create-com...