Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,482 for

makearray

(0.08 sec)
  1. Aspose::Words::Drawing::Charts::ChartXValueColl...

    Aspose::Words::Drawing::Charts::ChartXValueCollection::get_FormatCode method. Gets or sets the format code applied to the X values in C++....( u "Series1" , System :: MakeArray < double > ({ 1 , 1.9 , 2...2.45 , 3 }), System :: MakeArray < double > ({ 1 , - 0.9 , 1.82...

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

    Aspose::Words::Drawing::Charts::BubbleSizeCollection::get_FormatCode method. Gets or sets the format code applied to the bubble sizes in C++....( u "Series1" , System :: MakeArray < double > ({ 1 , 1.9 , 2...2.45 , 3 }), System :: MakeArray < double > ({ 1 , - 0.9 , 1.82...

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

    Aspose::Words::Drawing::Charts::AxisBound::get_IsAuto method. Returns a flag indicating that axis bound should be determined automatically in C++....u "Series 1" , System :: MakeArray < double > ({ 1.1 , 5.4 ,... 2.1 , 9.7 }), System :: MakeArray < double > ({ 2.1 , 0.3 ,...

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

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_ShowBubbleSize method. Allows to specify whether bubble size is to be displayed for the data labels of the entire series. Applies only to Bubble charts. Default value is false in C++....Test Series" , System :: MakeArray < double > ({ 2.9 , 3.5 ,... 4.0 , 4.0 }), System :: MakeArray < double > ({ 1.9 , 8.5 ,...

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

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_ShowCategoryName method. Allows to specify whether category name is to be displayed for the data labels of the entire series. Default value is false in C++....Test Series" , System :: MakeArray < double > ({ 2.9 , 3.5 ,... 4.0 , 4.0 }), System :: MakeArray < double > ({ 1.9 , 8.5 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

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

    Aspose::Words::Drawing::Charts::Chart::get_Format method. Provides access to fill and line formatting of the chart in C++....auto categories = System :: MakeArray < System :: String > ({ u..., categories , System :: MakeArray < double > ({ 1 , 2 })); series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::DocumentBuilder::InsertGroupShap...

    Aspose::Words::DocumentBuilder::InsertGroupShape method. Groups the shapes passed as a parameter into a new GroupShape node which is inserted into the current position in C++....ShapeBase >>> ( System :: MakeArray < System :: SharedPtr < Aspose...InsertGroupShape ( System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AxisBound::get_Value method. Returns numeric value of axis bound in C++....u "Series 1" , System :: MakeArray < double > ({ 1.1 , 5.4 ,... 2.1 , 9.7 }), System :: MakeArray < double > ({ 2.1 , 0.3 ,...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....get_GraphInfo () -> set_DashArray ( MakeArray < int > ({ 0 , 1 , 0 }));...Pdf :: Drawing :: Line > ( MakeArray < float > ({ 100 , 100 , 200...

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