Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 30,434 for

x

(0.14 sec)
  1. ChartNumberFormat.isLinkedToSource property | A...

    ChartNumberFormat.isLinkedToSource property. Specifies whether the format code is linked to a source cell...chart with categories for the X-axis, // and large respective...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataLabelCollection.showBubbleSize propert...

    ChartDataLabelCollection.showBubbleSize property. Allows to specify whether bubble size is to be displayed for the data labels of the entire series...(); // Add a custom series with X/Y coordinates and diameter of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartAxis.NumberFormat | Aspose.Words for .NET

    Discover the ChartAXis NumberFormat property to customize your chart's number formats effortlessly with the ChartNumberFormat object for enhanced data visualization....chart with categories for the X-axis, // and large respective...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 搜索

    搜索...300; float height = 300; float x = (float) center.getX() - width...addAutoShape(ShapeType.Rectangle, x, y, width, height); // 設置填充類型...

    blog.aspose.com/zh-hant/slides/add-watermark-to...
  5. 在 C# 中编辑 SVG 文件 – 元素、形状和路径

    使用 Aspose.SVG for .NET 在 C# 中编辑 SVG 文件:加载 SVGDocument,修改元素、属性和路径,并保存编辑后的矢量图形。了解如何添加圆形和折线、更新路径数据,以及在位图背景上叠加可编辑的 SVG 文本和形状。...GitHub 椭圆( Cx, Cy, Rx, Ry )、矩形( X, Y, Width, Height, Rx, Ry )和直线(...CreateSVGPoint (); 7 point1. X = 270; 8 point1. Y = 240; 9 SVGPoint...

    docs.aspose.com/svg/zh/net/edit-svg-file/
  6. Chart Axis Labels Overlap with Legends When Con...

    Hi, When converting a PowerPoint side to PDF using Aspose.slides. We noticed the X-aXis labels were not rendered correctly and overlapped with legends. Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng =…... We noticed the x-axis labels were not rendered...The issue you reported—chart x-axis labels overlapping with legends...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...
  7. .NET 中向演示文稿添加页眉和页脚的方法|Aspose.Slides 文档

    了解如何在 .NET 中使用旧版和新版 Aspose.Slides API 为 PowerPoint PPT、PPTX 和 ODP 演示文稿添加页眉和页脚。...x 之前的 Aspose.Slides for .NET 版本...新版 Aspose.Slides for .NET 13.x 方法 using ( Presentation sourcePres...

    docs.aspose.com/slides/zh/net/how-to-add-header...
  8. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java....501234567890 EAN13 \\t \\p CASE \\x"); builder.writeln(); // 3 - CODE39...501234567890 EAN13 \\t \\p CASE \\x"); builder.writeln(); // 3 - CODE39...

    reference.aspose.com/words/java/com.aspose.word...
  9. Black box for certain images when doing PDF to ...

    I’m using the following code, in Java: Page firstPdfPage = pdfDocument.getPages().get_Item(1); PageInfo pdfPageInfo = firstPdfPage.getPageInfo(); Dimension pdfDimension = new Dimension((int) pdfP…...getWidth() + " x " + pdfPageInfo.getHeight());..." + scaledDimension.width + " x " + scaledDimension.height); Capture...

    forum.aspose.com/t/black-box-for-certain-images...
  10. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for С++ for more engaging slides....f ; for ( int32_t x = 0 ; x < chart -> get_ChartData ()...get_Series () -> get_Count (); x ++ ) { series = chart -> get_ChartData...

    docs.aspose.com/slides/cpp/chart-data-label/