Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 6,618 for

point coloring

(1.09 sec)
  1. 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/
  2. 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/
  3. Working with Charts in C#|Aspose.Words for .NET

    Use charts to represent your sequential data when building a report in C#.... Setting Chart Series Colors Dynamically For a chart with...with dynamic data, you can set colors of chart series dynamically...

    docs.aspose.com/words/net/linq-working-with-cha...
  4. 使用 C# 的 PDF 高亮注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中为 PDF 文档添加高亮注释,以强调和审阅文本。..."Aspose User" , Color = Aspose . Pdf . Color . LightGreen };..."Aspose User" , Color = Aspose . Pdf . Color . Blue }; var squigglyAnnotation...

    docs.aspose.com/pdf/zh/net/highlights-annotation/
  5. How to Create Charts in Presentations in .NET|A...

    Learn how to create charts in PowerPoint PPT, PPTX and ODP presentations in .NET with Aspose.Slides using both legacy and modern chart APIs.... 1 , 30 )); //Setting fill color for series series . Format ...Fill . SolidFillColor . Color = Color . Red ; //Take second chart...

    docs.aspose.com/slides/net/how-to-create-charts...
  6. Manage Connectors in Presentations Using JavaSc...

    Empower JavaScript apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors.... Adjustment points (orange dots), which exist...Image Number of adjustment points ShapeType.Line 0 ShapeType...

    docs.aspose.com/slides/nodejs-java/connector/
  7. Create Chart in PPT Presentation Files using Py...

    Python source code to create chart in PPT Presentation.... data_points . add_data_point_for_pie_series(fact...20 )) series . data_points . add_data_point_for_pie_series(fact...

    products.aspose.com/slides/python-net/chart/ppt/
  8. ChartDataPointCollection class | Aspose.Words f...

    Aspose.Words.Drawing.Charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdataPoint/)...source data point to the destination data point. hasDefaultF...indicating whether the data point at the specified index has default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manage Text Portions in Presentations Using Jav...

    Learn how to manage text portions in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java, boosting performance and customization.... get_Item ( j ); var point = portion . getCoordinates ();...console . log ( "X: " + point . x + " Y: " + point . y ); } } } finally...

    docs.aspose.com/slides/nodejs-java/portion/
  10. Manage Text Portions in Presentations on Androi...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for Android via Java, boosting performance and customization.... Float point = portion . getCoordinates ();...println ( "X: " + point . x + " Y: " + point . y ); } } } finally...

    docs.aspose.com/slides/androidjava/portion/