Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 5,069 for

chart formatting

(0.1 sec)
  1. IChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the Chart....a single data point on the chart. Properties Name Description...whether the bubbles in Bubble chart should have a 3-D effect applied...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IChartDataPoint.InvertIfNegative | Aspose.Words...

    Discover the IChartDataPoint InvertIfNegative property, enabling color inversion for negative values. Enhance your data visualization with this unique feature!...with data points on a line chart. public void ChartDataPoint...Line , 500 , 350 ); Chart chart = shape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataLabel.IsHidden | Aspose.Words for .NET

    Discover the ChartDataLabel IsHidden property to easily control label visibility in your Charts. Enhance your data presentation with this simple feature!...labels to data points in a line chart. public void DataLabels () {... 400 , 300 ); Chart chart = chartShape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeries.HasDataLabels | Aspose.Words for .NET

    Discover the ChartSeries HasDataLabels property to easily manage data label visibility for your series, enhancing your data visualization experience....configure data labels for a chart series. Document doc = new Document...DocumentBuilder ( doc ); // Add a line chart, then clear its demo data series...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../Chartnumberformat/) instance allowing to set number format for the data labels of the entire series....number_format property ChartDataLabelCollec.number_format property...instance allowing to set number format for the data labels of the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 如何在演示文稿中创建图表|Aspose.Slides 文档

    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....0 ]; // 添加带有默认数据的图表 ChartEx chart = sld . Shapes . AddChart (...//设置图表标题 chart . ChartTitle . Text . Text = "示例标题" ; chart . ChartTitle...

    docs.aspose.com/slides/zh/net/how-to-create-cha...
  7. ChartDataTable.Show | Aspose.Words for .NET

    Control your Chart's visibility with the ChartDataTable Show property. Easily toggle data table display for enhanced data insights. Default, false....table will be shown for the chart. Default value is false . public...set ; } Remarks The following chart types do not support data tables:...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartAxis.reverse_order property | Aspose.Words...

    ChartAxis.reverse_order property. Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e...supported by MS Office 2016 new charts. Default value is False . Examples...Examples Shows how to insert a chart and modify the appearance of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::ChartDataPointC...

    Aspose::Words::Drawing::Charts::ChartDataPointCollection class. Represents collection of a ChartDataPoint. To learn more, visit the documentation article in C++....Aspose::Words::Drawing::Charts::ChartDataPointCollec class Contents...more, visit the Working with Charts documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 在C#或.NET中创建或更新PowerPoint演示文稿图表|Aspose.Slides 文档

    在C#或.NET中创建PowerPoint演示文稿中的图表...Charts 命名空间下提供了 ChartType 枚举。该枚举下的值对应于不同的图表类型。...0 ]; // 添加带有默认数据的图表 IChart chart = sld . Shapes . AddChart (...

    docs.aspose.com/slides/zh/net/create-chart/