Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 51,280 for

chart

(0.1 sec)
  1. Sample to draw 100% stacked bar chart using cel...

    Hi Team, Could you please provide a sample code to draw a 100% stacked bar Chart using aspose cells java ? Thanks Thilak Babu...Sample to draw 100% stacked bar chart using cells java Aspose.Cells...to draw a 100% stacked bar chart using aspose cells java ? Thanks...

    forum.aspose.com/t/sample-to-draw-100-stacked-b...
  2. LINQ Reporting Engine - Bar chart with category...

    Using Aspose word (version:22.11) java, trying to generate Horizental Bar Chart with icon and label names similar like attached image. image.png (36.6 KB) I tried to create a similar template using Microsoft-word and…...LINQ Reporting Engine - Bar chart with category names above bars...to generate Horizental Bar chart with icon and label names similar...

    forum.aspose.com/t/linq-reporting-engine-bar-ch...
  3. Horizontal Axis Labels Are Not Displayed for Hi...

    Hello Team! I’m trying to export histogram Chart to ppt, but seems that histogram Chart with specific data is not displayed correctly in ppt. When I’m trying to edit this Chart I can see that there is no Horisontal(Cate…...Not Displayed for Histogram Chart Aspose.Slides Product Family...Family slides-net , slides-chart DZubrieva April 14, 2022, 1:16pm...

    forum.aspose.com/t/horizontal-axis-labels-are-n...
  4. Deleting series on a chart based on order - Fre...

    Hi, I’m trying to delete extra series from a Chart based on order (rather than the default order when accessing NSeries by index). My current code is as follows: for (int order = myChart.NSeries.Count - 1; order >= row…...Deleting series on a chart based on order Aspose.Cells Product...delete extra series from a chart based on order (rather than...

    forum.aspose.com/t/deleting-series-on-a-chart-b...
  5. How to Read Chart Data - Aspose.Cells Product F...

    I am trying to read data from the Charts. Below is the part of my code that I implemented. SeriesCollection series = Chart.getNSeries(); String categoryData = series.getCategoryData(); System.out.println(categoryDat…...How to Read Chart Data Aspose.Cells Product Family aspose-cells-java...trying to read data from the charts. Below is the part of my code...

    forum.aspose.com/t/how-to-read-chart-data/244838
  6. Aspose.Slides for Java Returns Wrong Value from...

    Hi, I have detected a strange behavior when obtaining the value of a workbook cell contained in a PPTX. The problem is that when I create two presentations of the same PPTX, the second presentation does not have the va…...Returns Wrong Value from the Same Chart Workbook Cell Aspose.Slides...Family slides-java , slides-chart rsalado March 23, 2023, 3:13pm...

    forum.aspose.com/t/aspose-slides-for-java-retur...
  7. How to Create a Combination Chart in Presentati...

    Hello, Need help in creating a combination Chart similar to the attached PPT using Aspose.Slides for Java API. Attaching a sample PPT file with the manually created Chart. Thanks a lot file.zip (38.8 KB)...How to Create a Combination Chart in Presentation Using Aspose...Family slides-java , slides-chart manavjaiswal August 23, 2023...

    forum.aspose.com/t/how-to-create-a-combination-...
  8. Change column width of series in chart words ja...

    Is it possible to change the width of the columns in the series? Shape shape = builder.insertChart(ChartType.COLUMN, 432, 200); ... resume code ... seriesColumn.add(null, new String[] {"a", "b", "c", "d", "e", "f", …...Change column width of series in chart words java Aspose.Words Product...allow to change bar/column chart gap width and overlap. We have...

    forum.aspose.com/t/change-column-width-of-serie...
  9. Exporting image from chart is not the same show...

    i have an below excel file, 1235.zip (24.4 KB) on the first sheet ,there are 4 Charts,i am using aspose.cells 20.7 version. my c# coedes var excelFileFullname = $@"O:\1235.xlsx"; using var workbook = new Workbook(exc…...Exporting image from chart is not the same showing on excel Aspose...the first sheet ,there are 4 charts,i am using aspose.cells 20...

    forum.aspose.com/t/exporting-image-from-chart-i...
  10. Chart in PDF Converted in Java as Two Separate ...

    Hi, Chart elements in PDF are converted as two separate elements instead of one when converted to PPTX. var fileName = ""; // Enter the PDF filename try (Document document = new Document("src/main/java/" + fileName + "…...Chart in PDF Converted in Java as Two Separate Elements in PPTX...March 13, 2023, 1:48pm #1 Hi, Chart elements in PDF are converted...

    forum.aspose.com/t/chart-in-pdf-converted-in-ja...