Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 9,894 for

shape

(0.04 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...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartSeries.marker property | Aspose.Words for ...

    ChartSeries.marker property. Specifies a data marker...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Rectangle|Aspose.Slides Documentation

    Create rectangle in PowerPoint presentation in C# or .NET...about adding a shape and this time the shape we will discuss...autoshape of rectangle type sld . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/rectangle/
  4. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…...for (IShape shape : slide.getShapes()) { if (shape instanceof...IChart) { chart = (IChart) shape; System.out.println("chart found...

    forum.aspose.com/t/facing-issue-while-linking-e...
  5. ChartDataPointCollection Class | Aspose.Words f...

    Discover the Aspose.Words.Drawing.Charts.ChartDataPointCollection class, your key to managing ChartDataPoint collections effortlessly for enhanced data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 形状格式化|Aspose.Slides for Python 文档

    在 Python 中格式化 PowerPoint 演示文稿中的形状... shapes . add_auto_shape ( slides . ShapeType...个矩形自动形状 shp1 = sld . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/zh/python-net/shape-form...
  7. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the axis in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Drawing::Charts::ChartMarker cla...

    Aspose::Words::Drawing::Charts::ChartMarker class. Represents a chart data marker. To learn more, visit the documentation article in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. AxisCrosses Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisCrosses enum for defining axis crossing points, enhancing your charting capabilities effortlessly....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

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