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

chart

(0.07 sec)
  1. Accessing IChartSeries.Name getter access modif...

    I have a slide with a Chart that was created with a specialized tool (think-cell). What I observed is that accessing IChartSeries.Name breaks the Chart. I saw other reports mentioning issues with Aspose in combination w…...3:08pm 1 I have a slide with a chart that was created with a specialized...IChartSeries.Name breaks the chart. I saw other reports mentioning...

    forum.aspose.com/t/accessing-ichartseries-name-...
  2. ChartDataPoint.format property | Aspose.Words f...

    ChartDataPoint.format property. Provides access to fill and line formatting of this data point.... charts . ChartFormat : ... Examples...for categories of a column chart. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::ChartDataTable:...

    Aspose::Words::Drawing::Charts::ChartDataTable::get_Show method. Gets or sets a flag indicating whether the data table will be shown for the Chart. Default value is false in C++....Aspose::Words::Drawing::Charts::ChartDataTable::get_Show method...table will be shown for the chart. Default value is false . bool...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ChartAxis.MajorUnitIsAuto | Aspose.Words for .NET

    Discover the ChartAxis MajorUnitIsAuto property, easily control major tick mark spacing for enhanced Chart clarity and precision in your data visualizations....marks and displayed values of a chart axis. Document doc = new Document...250 ); Chart chart = shape . Chart ; Assert . That ( chart . Series...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartAxis.MajorUnitScale | Aspose.Words for .NET

    Discover the ChartAxis MajorUnitScale property to easily customize major tick marks on your time category axis for enhanced data visualization....marks and displayed values of a chart axis. Document doc = new Document...250 ); Chart chart = shape . Chart ; Assert . That ( chart . Series...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Manage Shape Options with Golang via C++|Docume...

    Manage shape options in Microsoft Excel files using Aspose.Cells with Golang via C++....Reflection Effect of Shape or Chart with Golang via C++ Working...the Shadow Effect of Shape or Chart with Golang via C++ Working...

    docs.aspose.com/cells/go-cpp/managing-shape-opt...
  7. 通过 JavaScript 及 C++ 将图表转换为图片|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 转换图表为图片格式,如 JPEG 或 PNG。我们将演示如何从 Microsoft Excel 导出图表并将其保存为独立的图片,以便后续使用和处理。...为了支持渲染, Chart 类提供了 toImage(string) 方法及多种重载以满足不同应用需求。...方法及多种重载以满足不同应用需求。 将图表渲染为图像 Chart.toImage(string) 方法具有多种重载,以支持简单和高级...

    docs.aspose.com/cells/zh/javascript-cpp/chart-t...
  8. 使用 Java 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 在PowerPoint演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...Presentation (); try { IChart chart = pres . getSlides (). get_Item...450 , 300 ); chart . setDataTable ( true ); chart . getChartData...

    docs.aspose.com/slides/zh/java/chart-data-label/
  9. 图表数据标签|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中设置 PowerPoint 图表数据标签及距离...Presentation (); try { var chart = pres . getSlides (). get_Item...450 , 300 ); chart . setDataTable ( true ); chart . getChartData...

    docs.aspose.com/slides/zh/nodejs-java/chart-dat...
  10. 使用 C++ 在演示文稿中自定义图表轴|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...get_Shapes (); auto chart = System :: ExplicitCast < Chart > ( shapes...0f )); chart -> ValidateChartLayout (); auto axes = chart -> get_Axes...

    docs.aspose.com/slides/zh/cpp/chart-axis/