Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 13,974 for

chart

(0.08 sec)
  1. AxisScaling class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisScaling class. Represents the scaling options of the axis...more, visit the Working with Charts documentation article. Constructors...apply logarithmic scaling to a chart axis. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. AxisScaling.logBase property | Aspose.Words for...

    AxisScaling.logBase property. Gets or sets the logarithmic base for a logarithmic axis....supported by MS Office 2016 new charts. Valid range of a floating...apply logarithmic scaling to a chart axis. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。...Cells提供了 Chart.GetImageData() 属性。以下示例演示如何使用 Chart.GetImageData()...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  4. 指定图像分辨率、质量、压缩和其他选项|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....string FileName = FilePath + "Chart to Image with Image Options...PutValue ( 50 ); //Adding a chart to the worksheet int chartIndex...

    docs.aspose.com/cells/zh/net/specify-image-reso...
  5. ChartDataLabelCollection.showLegendKey property...

    ChartDataLabelCollection.showLegendKey property. Allows to specify whether legend key is to be displayed for the data labels of the entire series...work with data labels of a pie chart. let doc = new aw . Document...let chart = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 图表工作簿|Aspose.Slides 文档

    C#或.NET中的PowerPoint演示文稿中的图表工作簿...Presentation ( "chart.pptx" )) { Chart chart = ( Chart ) pres . Slides...Shapes [ 0 ]; IChartData data = chart . ChartData ; MemoryStream stream...

    docs.aspose.com/slides/zh/net/chart-workbook/
  7. DocumentBuilder.insert_chart method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_Chart method...insert_chart method Contents [ Hide ] insert_chart(chart_type,... width, height) Inserts an chart object into the document and...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.Title | Aspose.Words for .NET

    Discover the ChartAxis Title property for easy access and customization of axis titles, enhancing your data visualization and presentation....} Examples Shows how to set chart axis title. Document doc = new...Column , 432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  9. AxisTickMark Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTickMark enum for customizable tick mark positions, enhancing your Chart's clarity and visual appeal....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...
  10. ChartSeries.remove method | Aspose.Words for Py...

    ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the Chart series at the specified index...size, if supported, from the chart series at the specified index...Examples Shows how to add/remove chart data values. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...