Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,636 for

graph

(0.04 sec)
  1. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....auto graph = MakeObject < Aspose :: Pdf :: Drawing :: Graph > (...All , Color :: get_Green ()); graph -> set_Border ( borderInfo );...

    docs.aspose.com/pdf/cpp/add-ellipse/
  2. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET.... Add Curve object A graph Curve is a connected union of...to use Bézier curves in your Graphs. Bézier curves are widely used...

    docs.aspose.com/pdf/net/add-curve/
  3. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...dimensions var graph = new Aspose . Pdf . Drawing . Graph ( 400 , 400...Aspose . Pdf . Color . Green ); graph . Border = borderInfo ; // Create...

    docs.aspose.com/pdf/zh/net/add-ellipse/
  4. Add Circle Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a circle object to your PDF using Aspose.PDF for .NET....Circle object Like bar graphs, circle graphs can be used to display...categories. Unlike bar graphs, however, circle graphs can be used only...

    docs.aspose.com/pdf/net/add-circle/
  5. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....feature to add graph objects (for example graph, line, rectangle...Border for Drawing object Add Graph object to paragraphs collection...

    docs.aspose.com/pdf/cpp/add-arc/
  6. 向PDF文件添加圆形对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建圆形对象。...object 为 Drawing 对象设置 Border 将 Graph 对象添加到页面的段落集合中 保存我们的 PDF 文件 public...创建具有特定尺寸的 Drawing 对象 Graph graph = new Graph ( 400 , 200 ); // 为...

    docs.aspose.com/pdf/zh/java/add-circle/
  7. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。... 将 Graph 对象添加到页面的段落集合中。 保存我们的PDF文件。 //...dimensions var graph = new Aspose . Pdf . Drawing . Graph ( 400 , 200...

    docs.aspose.com/pdf/zh/net/add-circle/
  8. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。... 将 Graph 对象添加到页面的段落集合中。 保存我们的PDF文件。 以下代码片段演示了如何添加...dimensions var graph = new Aspose . Pdf . Drawing . Graph ( 400 , 400...

    docs.aspose.com/pdf/zh/net/add-arc/
  9. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....Circle object Like bar graphs, circle graphs can be used to display...categories. Unlike bar graphs, however, circle graphs can be used only...

    docs.aspose.com/pdf/java/add-circle/
  10. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc object to your PDF using Aspose.PDF for Python via .NET....feature to add graph objects (for example graph, line, rectangle...border for Drawing object. Add Graph object to paragraphs collection...

    docs.aspose.com/pdf/python-net/add-arc/