Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 18,162 for

chart

(0.09 sec)
  1. 如何用C++设置类别轴|Documentation

    了解如何在Aspose.Cells for C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...worksheet . SetName ( u "CHART" ); // Add a chart to the worksheet int...

    docs.aspose.com/cells/zh/cpp/how-to-set-categor...
  2. ChartSeries.bubbleSizes property | Aspose.Words...

    ChartSeries.bubbleSizes property. Gets a collection of bubble sizes for this Chart series....collection of bubble sizes for this chart series. get bubbleSizes () :...Aspose . Words . Drawing . Charts . BubbleSizeCollection Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartSeries.Remove | Aspose.Words for .NET

    Effortlessly remove X values, Y values, and bubble sizes from your Chart series with the ChartSeries Remove method. Streamline your data visualization today!...size, if supported, from the chart series at the specified index...Examples Shows how to add/remove chart data values. Document doc =...

    reference.aspose.com/words/net/aspose.words.dra...
  4. AxisCrosses enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis....Examples Shows how to insert a chart and modify the appearance of...Drawing . Charts . ChartType . Column , 500 , 300 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AxisBound | Aspose.Words for Java

    Represents minimum or maximum bound of axis values in Java....more, visit the Working with Charts documentation article. Remarks:...Examples: Shows how to insert chart with date/time values. Document...

    reference.aspose.com/words/java/com.aspose.word...
  6. 如何用C++创建瀑布图|Documentation

    用C++和Aspose.Cells for C++ API在Excel中创建瀑布图。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...(); // Input some data which chart will use as source cells . Get...

    docs.aspose.com/cells/zh/cpp/creating-waterfall...
  7. Chart.axes property | Aspose.Words for Node.js

    Chart.axes property. Gets a collection of all axes of this Chart....axes property Chart.axes property Gets a collection of all axes...this chart. get axes () : Aspose . Words . Drawing . Charts . ChartAxisCollection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Manage Axes of Excel Charts|Documentation

    Learn how to configure Chart axes in Aspose.Cells for .NET. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your Charts....Axes of Excel Charts Contents [ Hide ] In Excel charts, there are...also allows you to manage a chart’s axes at runtime. With the...

    docs.aspose.com/cells/net/chart-axes/
  9. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Cells提供了 Chart::GetWorksheet 方法,可以返回包含图表的工作表的引用。...方法,可以返回包含图表的工作表的引用。 以下示例展示如何使用 Chart::GetWorksheet 方法。代码首先输出工作表的名称,然后访问工作...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  10. 使用 Java 在演示文稿中自定义饼图|Aspose.Slides 文档

    了解如何使用 Aspose.Slides 在 Java 中创建和自定义饼图,可导出为 PowerPoint,瞬间提升您的数据叙事能力。...(); try { // 在幻灯片上添加图表 IChart chart = pres . getSlides (). get_Item...50 , 500 , 400 ); // 设置不同的属性 chart . getChartData (). getSeries...

    docs.aspose.com/slides/zh/java/pie-chart/