Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 520 for

chart filtering

(0.16 sec)
  1. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....APIs Support for Excel 2016 Charts Aspose.Cells APIs have added...support for a few Excel 2016 charts by enhancing the ChartType...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....What is a PivotChart A pivot chart is a visual representation of...data in a pivot table. Pivot charts provide a way to summarize...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  3. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....APIs Support for Excel 2016 Charts Aspose.Cells APIs have added...support for a few Excel 2016 charts by enhancing the ChartType...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. How to set Series invisible with C++|Documentation

    In an Excel Chart, you may need to set a series invisible. This article describes how to use Aspose.Cells with C++ to do it....Excel Chart In an Excel chart, you can right‑click a chart, click..."SeriesFiltered.xlsx" ); // Access the charts collection of the first worksheet...

    docs.aspose.com/cells/cpp/how-to-set-series-inv...
  5. How to set Series invisible with Python.NET|Doc...

    Learn how to hide Chart series in Excel using Aspose.Cells for Python via .NET with this step-by-step guide....Excel Chart In an Excel chart, you can right‑click a chart, click...xlsx" )) # Access charts from first worksheet charts = workbook ....

    docs.aspose.com/cells/python-net/how-to-set-ser...
  6. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....and displaying information in chart form. PivotCharts are interactive...the first chart from the first worksheet Chart chart = book ....

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  7. ShapeType enumeration | Aspose.Words for Python

    aspose.words.drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word document.... FLOW_CHART_PROCESS Flow chart process. FLOW_CHART_DECISION...Flow chart decision. FLOW_CHART_INPUT_OUTPUT Flow chart input...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeType | Aspose.Words for Java

    Specifies the type of shape in a Microsoft Word document in Java....filter(Shape.class::isInstance) .map(Shape...Can. CHART_PLUS Chart plus. CHART_STAR Chart star. CHART_X Chart...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to set Series invisible with JavaScript via...

    Learn how to set a series invisible in an Excel Chart using Aspose.Cells for JavaScript via C++....Excel Chart In an Excel chart, you can right‑click a chart, click...Aspose.Cells Example - Modify Chart Series Color Variation </ h1...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  10. 用C++筛选图表数据的三种方法。|Documentation

    了解如何使用Aspose.Cells for C++在Excel中筛选图表。我们全面的指南将演示如何应用筛选、定制图表元素,以及使用数据分析工具获取更好的洞察和做出明智的决策。... 请 注意 ,在代码中,当我们设置 chart->GetNSeries()->Get(0)->SetIsFiltered(true);...将变为新列表的第一项,之后的系列向后移动一位。这意味着如果随后运行 chart->GetNSeries()->Get(1)->SetIsFiltered(true);...

    docs.aspose.com/cells/zh/cpp/filtering-charts-i...