Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 5,354 for

chart coloring

(0.49 sec)
  1. ShapeRenderer Class | Aspose.Words for .NET

    Discover Aspose.Words.Rendering.ShapeRenderer to effortlessly convert Shapes and GroupShapes into high-quality raster or vector images for your projects....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. 使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry|Do...

    学习如何使用Aspose.Cells for Java脚本通过C++为图表工作表创建PdfBookmarkEntry。...使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry Contents [ Hide...Create PDF Bookmark Entry for Chart Sheet Example </ h1 > < input...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. 创建并嵌入 Excel 图表作为 OLE 对象|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.... Missing ; // 声明 Chart.ChartWizard 方法的变量。 object paramChartFormat...创建数据的新图表。 newChartObject . Chart . ChartWizard ( dataRange ,...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  4. 使用 C++ 定制树图和旭日图中的数据点|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在树图和旭日图中管理数据点,兼容 PowerPoint 格式。...Diagram、Radial Chart、Radial Graph 或 Multi Level Pie Chart)。这些图表显示按...MakeObject < Presentation > (); auto chart = pres -> get_Slides () -> idx_get...

    docs.aspose.com/slides/zh/cpp/data-points-of-tr...
  5. Aspose.Slides for .NET 15.2.0 的公共 API 与向后不兼容的更改...

    审阅 Aspose.Slides for .NET 中的公共 API 更新和突破性更改,以平稳迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...Charts.IChartSeries 添加 System.Drawing.Color GetAutomaticSeriesCo()...new Presentation ()) { IChart chart = pres . Slides [ 0 ]. Shapes...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  6. Aspose.Cells 8.7.0中的公共API更改|Documentation

    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.... COLOR_SCALE ); //Access newly added...false in order to generate a 2-Color Scale format formatCondition...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Aspose.Cells 9.0.0 中的公共 API 更改|Documentation

    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.... Color = System . Drawing . Color . Red ; textbox...spreadsheet containing a Pie chart var book = new Workbook ( dir...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. 矩形树图和旭日图的数据点|Aspose.Slides for PHP 文档

    通过Java在Aspose.Slides for PHP中生成的旭日图、旭日图表、径向图、径向图表或多层饼图。...new Presentation (); try { $chart = $pres -> getSlides () -> get_Item...显示“叶子 4”数据点的值: $dataPoints = $chart -> getChartData () -> getSeries...

    docs.aspose.com/slides/zh/php-java/data-points-...
  9. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...Color; import com.aspose.cells.Style;...the font color if needed style.getFont().setColor(Color.getRed());...

    forum.aspose.com/t/how-to-change-number-format-...
  10. ChartDataLabelPosition | Aspose.Words for Java

    Specifies the position for a Chart data label in Java....Specifies the position for a chart data label. Remarks: Not all...DocumentBuilder(doc); // Insert column chart. Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...