Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,377 for

makearray

(0.07 sec)
  1. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_HasDataLabels method. Gets or sets a flag indicating whether data labels are displayed for the series in C++....( u "Revenue" , System :: MakeArray < System :: String > ({ u... u "March" }), System :: MakeArray < double > ({ 25.611 , 21...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Font method. Provides access to the font formatting of the data labels of the entire series in C++....( u "Revenue" , System :: MakeArray < System :: String > ({ u... u "March" }), System :: MakeArray < double > ({ 25.611 , 21...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::Add method. Adds new ChartSeries to this collection. Use this method to add series to Histogram charts in C++....Temperature" , System :: MakeArray < double > ({ 51.8 , 53.6..."Population by Region" , System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_ShowValue method. Allows to specify whether values are to be displayed in the data labels of the entire series. Default value is false in C++....Test Series" , System :: MakeArray < System :: String > ({ u... u "Excel" }), System :: MakeArray < double > ({ 2.7 , 3.2 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ActiveX|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....DrawLines ( pen , System :: MakeArray < Point > ({ System :: Drawing...DrawLines ( pen , System :: MakeArray < Point > ({ System :: Drawing...

    docs.aspose.com/slides/zh/cpp/activex/
  6. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_ShowLeaderLines method. Allows to specify whether data label leader lines need be shown for the data labels of the entire series. Default value is false in C++....Test Series" , System :: MakeArray < System :: String > ({ u... u "Excel" }), System :: MakeArray < double > ({ 2.7 , 3.2 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_NumberFormat method. Gets an ChartNumberFormat instance allowing to set number format for the data labels of the entire series in C++....( u "Revenue" , System :: MakeArray < System :: String > ({ u... u "March" }), System :: MakeArray < double > ({ 25.611 , 21...

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

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Format method. Provides access to fill and line formatting of the data labels in C++...."AW Series 1" , System :: MakeArray < System :: String > ({ u...Category 4" }), System :: MakeArray < double > ({ 100 , 200 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Fill::Solid method | As...

    Aspose::Words::Drawing::Fill::Solid method. Sets the fill to a uniform color in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 将线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建线对象。...get_GraphInfo () -> set_DashArray ( MakeArray < int > ({ 0 , 1 , 0 }));...Pdf :: Drawing :: Line > ( MakeArray < float > ({ 100 , 100 , 200...

    docs.aspose.com/pdf/zh/cpp/add-line/