Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 21,230 for

x

(0.17 sec)
  1. PowerPoint Math Equations|Aspose.Slides Documen...

    PowerPoint Math Equations, PowerPoint Math Symbols, PowerPoint Formula, PowerPoint Math TeXt...fraction = new MathematicalText ( "x" ). divide ( "y" ); mathParagraph...fraction = new MathematicalText ( "x" ). divide ( "y" ); mathParagraph...

    docs.aspose.com/slides/java/powerpoint-math-equ...
  2. Add Math Equations to PowerPoint Presentations ...

    Learn how to work with mathematical equations in PowerPoint using Aspose.Slides for .NET. Get detailed instructions, code eXamples, and tips to automate the creation and editing of presentations....fraction = new MathematicalText ( "x" ). Divide ( "y" ); mathParagraph...fraction = new MathematicalText ( "x" ). Divide ( "y" ); mathParagraph...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  3. PowerPoint Math Equations|Aspose.Slides Documen...

    PowerPoint Math Equations, PowerPoint Math Symbols, PowerPoint Formula, PowerPoint Math TeXt...MakeObject < MathematicalText > ( u "x" ) -> Divide ( u "y" ); mathParagraph...MakeObject < MathematicalText > ( u "x" ) -> Divide ( u "y" ); mathParagraph...

    docs.aspose.com/slides/cpp/powerpoint-math-equa...
  4. Aspose::Words::Drawing::Charts::AxisScaleType e...

    Aspose::Words::Drawing::Charts::AXisScaleType enum. Specifies the possible scale types for an aXis in C++....Clear (); // Insert a series with X/Y coordinates for five points...0 })); // The scaling of the X-axis is linear by default, //...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. AxisBound.value property | Aspose.Words for Nod...

    AXisBound.value property. Returns numeric value of aXis bound....The first array contains the X-values, // and the second contains...scaling is applied to the graph's X and Y-axes, // so that both their...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. LaTeX math formulas rendering | .NET

    Aspose.TeX API solution for .NET LaTeX math formulas rendering is described in this article. Learn the code eXamples on how to use the functionality....26 e^x = x^{\color{red}0} + x^{\color{red}1} + \frac{x^{\color{red}2}}{2}...\frac{x^{\color{red}3}}{6} + \cdots = \sum_{n\geq 0} \frac{x^{\color{red}n}}{n...

    docs.aspose.com/tex/net/latex-math-formula-rend...
  7. AxisBound.is_auto property | Aspose.Words for P...

    AXisBound.is_auto property. Returns a flag indicating that aXis bound should be determined automatically....The first array contains the X-values, # and the second contains...( series_name = 'Series 1' , x_values = [ 1.1 , 5.4 , 7.9 , 3...

    reference.aspose.com/words/python-net/aspose.wo...
  8. AxisBound.value property | Aspose.Words for Python

    AXisBound.value property. Returns numeric value of aXis bound....The first array contains the X-values, # and the second contains...( series_name = 'Series 1' , x_values = [ 1.1 , 5.4 , 7.9 , 3...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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++....The first array contains the X-values, // and the second contains...scaling is applied to the graph's X and Y-axes, // so that both their...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Gaussian Blur – SVG Filters – C# Code

    Learn how to write SVG code for a Gaussian Blur filter and see C# eXamples to implement Gaussian Blur effect to SVG elements and bitmaps....attributes for filter primitive are x, y, width, height, and id . They...standard deviation value along the x-axis of the coordinate system...

    docs.aspose.com/svg/net/gaussian-blur/