Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 15,356 for

point

(0.09 sec)
  1. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…... Points. DataLabel. LinkSource?Aspose.Cells...chart‑series settings (Series, Points, DataLabel, LinkSource) are...

    forum.aspose.com/t/how-to-set-up-series-points-...
  2. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...), new Point [] { new Point ( 274 , 381 ), new Point ( 555 ,... 381 ), new Point ( 555 , 304 ), new Point ( 570 , 304 ), new...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  3. Manage Text Portions in Presentations Using PHP...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for PHP via Java, boosting performance and customization....getPortions () as $portion ) { $point = $portion -> getCoordinates...echo ( "X: " . $point -> $x . " Y: " . $point -> $y ); } } } finally...

    docs.aspose.com/slides/php-java/portion/
  4. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...@imparthgalani All adjustment points are adjusted in Shape.Geometry...overwritten. Only one adjustment point is adjusted based on the key...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  5. Calculate Pin Values and Setting Size of a Shap...

    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.... A point specified in local coordinates...the y-coordinate. Mirror the point about the y-axis if the value...

    docs.aspose.com/diagram/java/calculate-pin-valu...
  6. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data Point on the chart in Java....properties of a single data point on the chart. Examples: Shows...Shows how to work with data points on a line chart. public void...

    reference.aspose.com/words/java/com.aspose.word...
  7. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series Points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....Find Type of X and Y Values of Points in Chart Series with C++ Contents...of X and Y values of chart points in a series. Aspose.Cells provides...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  8. Aspose::Words::Drawing::Charts::IChartDataPoint...

    Aspose::Words::Drawing::Charts::IChartDataPoint::get_Explosion method. Specifies the amount the data Point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts in C++....Specifies the amount the data point shall be moved from the center...respective data point's Explosion attribute. // Add a data point to the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Manage Text Portions in Presentations in .NET|A...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for .NET, boosting performance and customization.... Portions ) { PointF point = portion . GetCoordinates ();..."Corrdinates X =" + point . X + " Corrdinates Y =" + point . Y ); } }...

    docs.aspose.com/slides/net/portion/
  10. Manage Text Portions in Presentations Using C++...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for C++, boosting performance and customization....-> get_Portions ()) { PointF point = portion -> GetCoordinates...=" ) + point . get_X () + u " Coordinates Y =" + point . get_Y...

    docs.aspose.com/slides/cpp/portion/