Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 18,961 for

chart

(0.2 sec)
  1. ShapeRenderer | Aspose.Words for .NET

    Discover the ShapeRenderer constructor to easily create and customize shapes in your projects, enhancing visual appeal and functionality....with a chart, and render it to a specific scale. Chart chart = builder...500 , 400 ). Chart ; chart . Series . Clear (); chart . Series ...

    reference.aspose.com/words/net/aspose.words.ren...
  2. AxisTickLabels.orientation property | Aspose.Wo...

    AxisTickLabels.orientation property. Gets or sets the orientation of the tick label text....( doc ); // Insert a column chart. let shape = builder . insertChart...insertChart ( aw . Drawing . Charts . ChartType . Column , 432 ,...

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

    Adjust AxisTickLabels rotation for optimal readability. Customize tick label angles in degrees to enhance your Chart's clarity and visual appeal....( doc ); // Insert a column chart. Shape shape = builder . InsertChart...AxisTickLabels xTickLabels = shape . Chart . AxisX . TickLabels ; AxisTickLabels...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeries.marker property | Aspose.Words for ...

    ChartSeries.marker property. Specifies a data marker... charts . ChartMarker : ... Examples.... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Stroke.visible property | Aspose.Words for Python

    Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible.... insert_chart ( chart_type = aw . drawing . charts . ChartType...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke.... Charts . ChartType . Scatter , 432 , 252 ); let chart = shape...shape . chart ; // Delete default generated series. chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Stroke.visible property | Aspose.Words for Node.js

    Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible.... Charts . ChartType . Scatter , 432 , 252 ); let chart = shape...shape . chart ; // Delete default generated series. chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Problems converting word to pdf - Free Support ...

    When I converted a word document to a pdf document, the Chart title has been changed from Chinese to English. How can I keep it unchanged? version:aspose-words-25.9-jdk17 Even if I use this code, it still doesn’t…...document to a pdf document, the chart title has been changed from...zhq To maintain the Chinese chart title when converting a Word...

    forum.aspose.com/t/problems-converting-word-to-...
  9. 档案

    档案...( 0 ); // 添加一个带有默认数据的图表 var chart = sld . getShapes (). addChart...0 , 500 , 500 ); // 设置图表标题 chart . getChartTitle (). addTextFrameForOverr...

    blog.aspose.com/zh/ppt/create-and-open-ppt-in-n...
  10. 使用 C++ 通过 JavaScript 禁用图表数据标签的文字换行|Documentation

    学习如何在使用 Aspose.Cells for JavaScript 通过 C++ 绘制的图表中禁用数据标签的文字换行。本指南将展示如何防止长标签重叠,提供更清晰易读的图表显示。...Access the first chart inside the worksheet const chart = worksheet...worksheet . charts . get ( 0 ); // Disable the Text Wrapping of Data...

    docs.aspose.com/cells/zh/javascript-cpp/disable...