Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 6,045 for

chart formatting

(0.05 sec)
  1. ChartDataTable.has_outline_border property | As...

    ChartDataTable.has_outline_border property. Gets or sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed...how to show data table with chart series data. doc = aw . Document.... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 图表数据标签|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/chart-dat...
  3. ChartXValueCollection Class | Aspose.Words for ...

    Discover the Aspose.Words.Drawing.Charts.ChartXValueCollection class, your solution for managing X value collections in Chart series effectively....collection of X values for a chart series. public class ChartXValueCollectio...get; set; } Gets or sets the format code applied to the X values...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeriesGroupCollection class | Aspose.Words...

    Aspose.Words.Drawing.Charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../Chartseriesgroup/) objects....more, visit the Working with Charts documentation article. Properties...series will be removed from the chart. Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ODT to PDF conversion renders table row heights...

    When converting an ODT to PDF containing a table, the table rows are rendered bigger than the original, causing the PDF to render over two pages instead of one. This is demonstrated in the attached zip: Test Chart - 2…...demonstrated in the attached zip: Test Chart - 20230124.odt is the original...original ODT file Test Chart - OpenOffice.pdf is the ODT file exported...

    forum.aspose.com/t/odt-to-pdf-conversion-render...
  6. ChartDataLabel.top_mode property | Aspose.Words...

    ChartDataLabel.top_mode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the Chart of from the position specified by its [ChartDataLabel.position](../position/) property....label from the top edge of the chart of from the position specified...aspose . words . drawing . charts . ChartDataLabelLocati : ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. AxisGroup enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisGroup enumeration. Represents a type of a Chart axis group....enumeration Represents a type of a chart axis group. Members Name Description...with the secondary axis of chart. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeriesGroup.AxisY | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisY property to easily access and customize Y-axis features for enhanced data visualization in your Charts....with the secondary axis of chart. Document doc = new Document...Line , 450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartSeriesGroup.seriesType property | Aspose.W...

    ChartSeriesGroup.seriesType property. Gets the type of Chart series included in this group....seriesType property Gets the type of chart series included in this group...Aspose . Words . Drawing . Charts . ChartSeriesType Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 趋势线|Aspose.Slides 文档

    在 C# 或 .NET 中向 PowerPoint 演示文稿添加趋势线和自定义线...Presentation (); // 创建一个簇状柱形图 IChart chart = pres . Slides [ 0 ]. Shapes...添加指数趋势线 ITrendline tredLinep = chart . ChartData . Series [ 0 ]....

    docs.aspose.com/slides/zh/net/trend-line/