Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 18,969 for

chart

(0.12 sec)
  1. The Text from a PDF Document Is Not Rotated Pro...

    The text Dollar($) in the yaxis of the Chart is not rotated properly in pptx format. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ implementation ‘c…...slides-text , slides-java , slides-chart , slides-pdfimport NiteshCG...Dollar($) in the yaxis of the chart is not rotated properly in pptx...

    forum.aspose.com/t/the-text-from-a-pdf-document...
  2. Aspose.Cells Object Model|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.... ChartCollection/Chart The Charts object represents a collection...of all the Chart objects in a Worksheet. Each Chart object is...

    docs.aspose.com/cells/net/aspose-cells-object-m...
  3. Aspose.Cells Object Model|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.... ChartCollection/Chart The Charts object represents a collection...of all the Chart objects in a Worksheet. Each Chart object is...

    docs.aspose.com/cells/java/aspose-cells-object-...
  4. ChartDataPointCollection.CopyFormat | Aspose.Wo...

    Effortlessly copy formatting between data points with the ChartDataPointCollection CopyFormat method. Enhance your data visualization today!...docx" ); // Get the chart and series to update format...ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataPointCollec...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartSeries.CopyFormatFrom | Aspose.Words for .NET

    Discover the ChartSeries CopyFormatFrom method to effortlessly replicate data point formats by index, enhancing your Charting efficiency and consistency....docx" ); // Get the chart and series to update format...ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataPointCollec...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Shape.hasChart property | Aspose.Words for Node.js

    Shape.hasChart property. Returns ``true`` if this [Shape](../) has a [Chart](../../Chart/)....Returns true if this Shape has a Chart . get hasChart () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartMultilevelValue.level1 property | Aspose.W...

    ChartMultilevelValue.level1 property. Gets the name of the Chart top level that this value refers to....property Gets the name of the chart top level that this value refers...module Aspose.Words.Drawing.Charts class ChartMultilevelValue...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Marker color doesnt work - Free Support Forum -...

    I tried almost every property i saw\recognized None of this options sets a color for a marker: (here i’m trying to set almost red\burgundy color) But doesn’t work on ur lastest stable version 24.5...docx"); Chart chart = ((Shape)doc.GetChild(NodeType... 0, true)).Chart; foreach (ChartSeries s in chart.Series) { s...

    forum.aspose.com/t/marker-color-doesnt-work/311459
  9. 如何用C++创建动态滚动图表|Documentation

    学习如何使用Aspose.Cells for C++创建动态滚动图表。我们的逐步指南将展示如何在您的图表中实现平滑数据过渡和自动滚动,提供连续更新的显示效果。...Line , 2 , 4 , 15 , 10 ); Chart chart = sheet . GetCharts (). Get...); chart . GetNSeries (). Add ( u "Sales" , true ); chart . GetNSeries...

    docs.aspose.com/cells/zh/cpp/create-dynamic-scr...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert Charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...Shapes in charts rendered by aspose cells into image is slightly...Team, I’m trying to convert charts/ranges in excel to images to...

    forum.aspose.com/t/shapes-in-charts-rendered-by...