Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 3,685 for

series coloring

(0.04 sec)
  1. Using Sparklines and Settings 3D Format with No...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for Node.js via C++.... Color . Orange ); group . setSeriesColor...Set the background/foreground color for PlotArea/ChartArea chart...

    docs.aspose.com/cells/nodejs-cpp/using-sparklin...
  2. Creating Pie Chart with Leader Lines|Documentation

    Learn how to use Aspose.Cells for .NET to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....have to explicitly set the Series.HasLeaderLines property. To...data that will serve as the series data source. Once the data...

    docs.aspose.com/cells/net/creating-pie-chart-wi...
  3. Aspose::Words::Drawing::Charts::ChartAxis class...

    Aspose::Words::Drawing::Charts::ChartAxis class. Represents the axis options of the chart. To learn more, visit the documentation article in C++....Clear the chart's demo data series to start with a clean chart...-> get_Series () -> Clear (); // Insert a chart series with categories...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 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...Accessing chart's first series var series = chart . NSeries [ 0...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Applying themes to Charts - Free Support Forum ...

    How would I go about adding theme to a chart? The only information I've found regarding chart formatting is changing the ChartArea.Area methods (Background, Foreground, FillFormat, etc). Is it possible to get themes app…... Essentially I want the colors, font size, font name to change...bombing out. chart.Title.Font.Color = Color.Black; chart.Title.Font...

    forum.aspose.com/t/applying-themes-to-charts/10...
  6. Excel Specifications and Limits|Documentation

    In this article, find all workbook, worksheet, and feature specifications and limits. In Excel 2010, the maximum worksheet size is 1,048,576 rows by 16,384 columns....is 1 sheet) Colors in a workbook 16 million colors (32 bit with...with full access to 24 bit color spectrum) Named views in a workbook...

    docs.aspose.com/cells/net/excel-specifications-...
  7. Export JasperReports to PowerPoint | Aspose.Sli...

    Aspose.Slides PowerPoint API for JaspreReport to export reports from Jasper Reports and JasperServer to PowerPoint formats. Create and export accounts chart images text and line reports to PPT presentation...& Get Chart Image Change Series Color Set Chart Area Rounded Borders...application and call-out shape for series data label Add support for...

    products.aspose.com/slides/jasperreports/
  8. Aspose::Words::Drawing::Charts::ChartDataPoint ...

    Aspose::Words::Drawing::Charts::ChartDataPoint class. Allows to specify formatting of a single data point on the chart. To learn more, visit the documentation article in C++....values defined in the parent series. get_Bubble3D () override Specifies...parent element shall inverts its colors if the value is negative. get_Marker...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. How to create Dynamic Chart|Documentation

    Learn how to create a dynamic chart using Aspose.Cells for .NET. Our comprehensive guide will demonstrate how to update and modify your chart's data, layout, and appearance in real-time based on user input or system data changes....How to change theme colors for chart series...

    docs.aspose.com/cells/net/create-dynamic-chart/
  10. Cell 25.4 如何修改透视表面积图的配色? - Free Support Forum -...

    image.jpg (141.8 KB) 如何设置能使透视表的面积图切换成这种单色模式?...300); // 添加数据系列 ChartSeries series = chart.getSeries().add("数据系列"...设置系列颜色为单色 series.getFillFormat().setSolidFillColor(Color.getBlue());...

    forum.aspose.com/t/cell-25-4/315444