Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 50,296 for

shape

(0.25 sec)
  1. ChartSeries.DataLabels | Aspose.Words for .NET

    Discover the ChartSeries DataLabels property to customize data label settings for your entire series. Enhance your data visualization today!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ChartDataLabel.Separator | Aspose.Words for .NET

    Discover the ChartDataLabel Separator property to customize your chart's data labels. Easily set string separators for clearer visualization and insights....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataLabel.ShowLeaderLines | Aspose.Words f...

    Enhance your charts with the ShowLeaderLines property in ChartDataLabel. Easily display data label leader lines for clearer data visualization....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeries.Explosion | Aspose.Words for .NET

    Discover the ChartSeries Explosion property to customize pie chart data points. Adjust positioning for impactful visualizations—perfect for data storytelling!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabel.ClearFormat | Aspose.Words for .NET

    Discover how to use the ChartDataLabel ClearFormat method to reset your data labels to default settings, enhancing clarity and consistency in your charts....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartSeries.Name | Aspose.Words for .NET

    Discover the ChartSeries Name property, easily manage series names, auto-generate with indices, and enhance data visualization effortlessly....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for Node.js via C++. This guide will demonstrate how to modify labels' appearance, position, and formatting, while linking them to your data source for accurate representation....js via C++ Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...
  8. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…...SHAPE) { builder.InsertBreak(BreakType...(node.getNodeType() == NodeType.SHAPE) { // Insert images on even...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  9. Convert JPG To GIF Python

    Convert JPG to GIF format in Python code. Save JPG as GIF using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert Image To PNG Python

    Convert Image to PNG format in Python code. Save Image as PNG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...