Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 34,829 for

line

(0.11 sec)
  1. Customize Chart Axes in Presentations Using Jav...

    Discover how to use JavaScript with Aspose.Slides for Node.js via Java to customize chart axes in PowerPoint presentations for reports and visualizations....Disabling the Vertical Axis for Line Charts This JavaScript code...hide the vertical axis for a line chart: var pres = new aspose...

    docs.aspose.com/slides/nodejs-java/chart-axis/
  2. 向演示文稿添加形状|Aspose.Slides 文档

    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....type line slide . Shapes . AddAutoShape ( ShapeType . Line , 50...

    docs.aspose.com/slides/zh/net/adding-shapes-to-...
  3. Add Embedded Images to Email Message in Aspose....

    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.... setHtmlBody ( "<b>This line is in bold.</b> <br/> <br/>"...<br/>" + "<font color=blue>This line is in blue color</font><br><br>"...

    docs.aspose.com/email/java/add-embedded-images-...
  4. Paragraph.break_is_style_separator property | A...

    Paragraph.break_is_style_separator property. True if this paragraph break is a Style Separator...how to write text to the same line as a TOC heading and have it...entries from one document text line. builder . insert_style_separator...

    reference.aspose.com/words/python-net/aspose.wo...
  5. grid|Documentation

    Grid element generates a matrix of numbered bubbles that are combined into a single answer....must be placed on a separate line. name property is used as an...attribute must be placed on a new line immediately after the opening...

    docs.aspose.com/omr/net/txt-markup/grid/
  6. ChartDataLabel.IsHidden | Aspose.Words for .NET

    Discover the ChartDataLabel IsHidden property to easily control label visibility in your charts. Enhance your data presentation with this simple feature!...apply labels to data points in a line chart. Document doc = new Document.... InsertChart ( ChartType . Line , 400 , 300 ); Chart chart =...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataLabel.ShowCategoryName | Aspose.Words ...

    Enhance your charts with the ChartDataLabel ShowCategoryName property. Easily display category names on data labels for clearer insights and better visuals....apply labels to data points in a line chart. Document doc = new Document.... InsertChart ( ChartType . Line , 400 , 300 ); Chart chart =...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartDataLabelCollection.ClearFormat | Aspose.W...

    Discover how to use the ClearFormat method in ChartDataLabelCollection to effortlessly reset all chart data label formats for cleaner visuals....apply labels to data points in a line chart. Document doc = new Document.... InsertChart ( ChartType . Line , 400 , 300 ); Chart chart =...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartDataLabel.ShowSeriesName | Aspose.Words fo...

    Discover the ChartDataLabel ShowSeriesName property, easily control series name visibility on your charts. Enhance data clarity with a simple Boolean setting!...apply labels to data points in a line chart. Document doc = new Document.... InsertChart ( ChartType . Line , 400 , 300 ); Chart chart =...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...auto line = MakeObject < Aspose :: Pdf :: Drawing :: Line > (... 100 , 100 , 100 , 195 })); line -> get_GraphInfo () -> set_FillColor...

    docs.aspose.com/pdf/zh/cpp/add-arc/