Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 149,806 for

2

(0.14 sec)
  1. ChartDataLabel.separator property | Aspose.Word...

    ChartDataLabel.separator property. Gets or sets string separator used for the data labels on a chart...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.ensure_minimum method | Aspose.Words f...

    Document.ensure_minimum method. If the document contains no sections, creates one section with one paragraph.... PARAGRAPH , nodes [ 2 ] . node_type ) self . assertEqual...assertEqual ( nodes [ 1 ], nodes [ 2 ] . parent_node ) # This is the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataPointCollection.count property | Aspos...

    ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Emphasize the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....get(2).isInsertRevision()); // 2 - A "format" revision:...changes. Assert.assertTrue(runs.get(2).isFormatRevision()); // 3 - A...

    reference.aspose.com/words/java/com.aspose.word...
  5. How to Use Aspose.Tasks for Java Reporting Serv...

    Learn how to utilize Aspose.Tasks for Java-based reporting services within your project....mpp" ); 2 project. saveReport ( "ProjectOverView...Project( "OzBuild 16 Orig.mpp" ); 2 project. saveReport ( "ResourceCostOverview...

    docs.aspose.com/tasks/java/reporting-services/
  6. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。...(8-1/2 in. x 11 in.) PaperLetterSmall Letter Small (8-1/2 in....Legal (8-1/2 in. x 14 in.) PaperStatement Statement (5-1/2 in. x 8-1/2...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  7. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Top method. Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its Position property, depending on the value of the TopMode property in C++....titleAreaHeight ) / 2 ; const double doughnutCenterX = chartWidth / 2.0 ; const...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::Charts::ChartDataLabelL...

    Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum. Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted in C++....titleAreaHeight ) / 2 ; const double doughnutCenterX = chartWidth / 2.0 ; const...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....assertEquals(2, doc.getFirstSection().getBody()...getPageSetup().getTextColumns().setCount(2); // We can use a control character...

    reference.aspose.com/words/java/com.aspose.word...
  10. Set legend size to certain percentage of the ch...

    Hi Team, I have a requirement to position the legend based on the chart size. I have a sample bar chart and the snipper is as follows. // init workbook Workbook wb = new Workbook(); WorksheetCollection sheets…...get(0,2).setValue("Feb 22"); dataSheetCells...dataSheetCells.get(1,2).setValue(6543); dataSheetCells.get(2,0).setValue("Walmart");...

    forum.aspose.com/t/set-legend-size-to-certain-p...