Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 150,090 for

2

(0.65 sec)
  1. ChartSeries.name property | Aspose.Words for Py...

    ChartSeries.name property. Gets or sets the name of the series, if name is not set explicitly it is generated using index... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartDataLabel.show_legend_key property | Aspos...

    ChartDataLabel.show_legend_key property. Allows to specify if legend key is to be displayed for the data labels on a chart... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextOrientation enumeration | Aspose.Words for ...

    aspose.words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame.... write ( 'Row 1, cell 2.' ) builder . end_row () # While...UPWARD builder . write ( 'Row 2, cell 1.' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::Add method. Adds a new series group of the specified series type to this collection in C++....u "Category 1" , u "Category 2" , u "Category 3" }); series ->...double > ({ 2 , 3 , 4 })); series -> Add ( u "Series 2 of primary...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ChartDataLabelCollection.Item | Aspose.Words fo...

    Access specific ChartDataLabel easily with the Item property in ChartDataLabelCollection. Enhance your data visualization today!...( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataLabels [ 2 ]; dataLabel . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...copyColumns(cells, 2, 3, 7); workbook.save("output...content from sourceColumnIndex 2 to the newly inserted columns:...

    forum.aspose.com/t/cells-copycolumns-results-in...
  7. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked to this one. Returns empty string if no styles are linked in C++....MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple..."MyStyle Alias 1" , u "MyStyle Alias 2" }), style -> get_Aliases ());...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. 在工作表中将形状移到前面或后面,用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将形状置于工作表的前面或后面。... toFrontOrBack ( 2 ); // Print the Z-Order position...back shape4 . toFrontOrBack ( - 2 ); // Save the output Excel file...

    docs.aspose.com/cells/zh/nodejs-cpp/send-shape-...
  9. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates...."01" ); table -> idx_get ( 0 , 2 ) -> get_TextFrame () -> set_Text...u "10" ); table -> idx_get ( 2 , 0 ) -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  10. How to Create Dynamic Chart with Dropdown List ...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....allMonths ; j ++ ) { int _row = i + 2 ; int _column = j + 1 ; sheet..._column ). PutValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/cpp/create-dynamic-chart-...