Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 18,340 for

chart

(0.39 sec)
  1. ChartAxis.HasMinorGridlines | Aspose.Words for ...

    Discover the ChartAxis HasMinorGridlines property to easily control minor gridlines on your Charts, enhancing data readability and visualization....Examples Shows how to insert chart with date/time values. Document...300 ); Chart chart = shape . Chart ; // Clear the chart's demo...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换为PDF文档。本指南演示如何从Microsoft Excel导出图表并以PDF格式保存,以便进一步分发和归档。...Cells API提供了 Chart.toPdf(string) 方法,可以将生成的PDF存储在磁盘路径或Stream中。...putValue ( 50 ); // Adding a chart to the worksheet const chartIndex...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-pdf/
  3. 在 .NET 中创建演示文稿图表的方法|Aspose.Slides 文档

    了解如何在 .NET 中使用 Aspose.Slides 通过遗留和现代图表 API 在 PowerPoint PPT、PPTX 和 ODP 演示文稿中创建图表。...//访问第一张幻灯片 //添加带有默认数据的图表 ChartEx chart = sld . Shapes . AddChart (... 0 , 500 , 500 ); //设置图表标题 chart . ChartTitle . Text . Text =...

    docs.aspose.com/slides/zh/net/how-to-create-cha...
  4. ChartMultilevelValue | Aspose.Words for .NET

    Discover the ChartMultilevelValue constructor, designed to create a powerful three-level value instance for enhanced data visualization and analysis....Shows how to create treemap chart. Document doc = new Document...doc ); // Insert a Treemap chart. Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 如何通过 Node.js 使用 C++ 创建龙卷风图|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ API 创建龙卷风图。...const charts = sheet . getCharts (); // Add bar chart const index...index = charts . add ( AsposeCells . ChartType . BarStacked ...

    docs.aspose.com/cells/zh/nodejs-cpp/create-torn...
  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. Aspose::Words::Drawing::Charts::ChartSeries cla...

    Aspose::Words::Drawing::Charts::ChartSeries class. Represents Chart series properties. To learn more, visit the documentation article in C++....Aspose::Words::Drawing::Charts::ChartSeries class Contents [...ChartSeries class Represents chart series properties. To learn...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ChartAxis.AxisBetweenCategories | Aspose.Words ...

    Discover the ChartAxis AxisBetweenCategories property—control value axis positioning for enhanced category visualization in your Charts. Optimize your data presentation!...supported by MS Office 2016 new charts. Examples Shows how to get...250 ); Chart chart = shape . Chart ; Assert . That ( chart . Series...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartSeriesCollection.add_double method | Aspos...

    aspose.words.drawing.Charts.ChartSeriesCollection.add_double method...series to any type of Scatter charts. def add_double ( self , series_name...to add series to Histogram charts. def add_double ( self , series_name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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/