Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 43,066 for

shape

(0.09 sec)
  1. ChartAxis.CategoryType | Aspose.Words for .NET

    Discover the ChartAxis CategoryType property to easily customize your category axis for enhanced data visualization and improved chart clarity....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 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++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ChartAxis.ReverseOrder | Aspose.Words for .NET

    Discover the ChartAxis ReverseOrder property to easily display axis values in reverse, enhancing data clarity from maximum to minimum....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Themes::ThemeColors::get_Accent1...

    Aspose::Words::Themes::ThemeColors::get_Accent1 method. Specifies color Accent 1 in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". System :: SharedPtr < Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.the...
  5. Aspose::Words::Themes::Theme::get_MajorFonts me...

    Aspose::Words::Themes::Theme::get_MajorFonts method. Allows to specify the set of major fonts for different languages in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". System :: SharedPtr < Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.the...
  6. Aspose::Words::Themes::ThemeColors::get_Accent4...

    Aspose::Words::Themes::ThemeColors::get_Accent4 method. Specifies color Accent 4 in C++....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". System :: SharedPtr < Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.the...
  7. IChartDataPoint.bubble3D property | Aspose.Word...

    IChartDataPoint.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Forms2OleControl.value property | Aspose.Words ...

    Forms2OleControl.value property. Gets underlying Value property which often represents control state...docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Chart.legend property | Aspose.Words for Node.js

    Chart.legend property. Provides access to the chart legend properties....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 300 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series_coll = chart...

    reference.aspose.com/words/python-net/aspose.wo...