Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 17,579 for

area

(0.15 sec)
  1. Setting Chart Appearance with JavaScript via C+...

    Learn how to configure the appearance of charts in Aspose.Cells for JavaScript via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....properties: Setting the chart area. Setting chart lines. Applying...Setting Chart Area There are different kinds of areas in a chart...

    docs.aspose.com/cells/javascript-cpp/setting-ch...
  2. Add WordArt Watermark to Chart with Golang via ...

    Learn how to use Aspose.Cells for 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/go-cpp/add-wordart-waterm...
  3. Tracing Precedents and Dependents in Xlsx4j|Doc...

    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....getCount (); m ++) { ReferredArea area = ret . get ( m ); StringBuilder...= new StringBuilder (); if ( area . isExternalLink ()) { stringBuilder...

    docs.aspose.com/cells/java/tracing-precedents-a...
  4. 用C++进行数据透视表的自定义排序|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段值进行排序。...Drag the first field to the row area pivotTable . AddFieldToArea...the second field to the column area pivotTable . AddFieldToArea...

    docs.aspose.com/cells/zh/cpp/custom-sorting-in-...
  5. 如何添加上方平均值条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 AboveAverage 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...get_format_condition ( self , cell_area_name , color ): index = self...index ] area = self . get_cell_area_by_name ( cell_area_name )...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  6. How to Add Icon Sets Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Icon Sets conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....get_format_condition ( self , cell_area_name , color ): index = self...index ] area = self . get_cell_area_by_name ( cell_area_name )...

    docs.aspose.com/cells/python-net/how-to-add-ico...
  7. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....GetValidations (); // Create Cell Area CellArea ca ; ca . StartRow...CellArea area ; area . StartRow = 0 ; area . EndRow = 1 ; area . StartColumn...

    docs.aspose.com/cells/cpp/data-validation/
  8. Get Range with External Links|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....column of the area EndRow : The end row of the area ExternalFileName...Indicates whether this is an area IsExternalLink : Indicates whether...

    docs.aspose.com/cells/net/get-range-with-extern...
  9. Setting Chart Appearance|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for .NET. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....properties: Setting the chart area. Setting chart lines. Applying...Setting Chart Area There are different kinds of areas in a chart...

    docs.aspose.com/cells/net/setting-chart-appeara...
  10. ChartType | Aspose.Words for Java

    Specifies type of a chart in Java....getType()); // 2 - Area chart with dates distributed...appendChart(builder, ChartType.AREA, 500.0, 300.0); Date[] dates...

    reference.aspose.com/words/java/com.aspose.word...