Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 28,288 for

x

(0.09 sec)
  1. Get DrawObject and Bound while rendering to PDF...

    Learn how to use the DrawObjectEventHandler class in C++ to capture DrawObject and Bound while rendering EXcel files to PDF or images....initialized and returned when rendering x: left coordinate of the DrawObject...DrawObject & drawObject , float x , float y , float width , float...

    docs.aspose.com/cells/cpp/get-drawobject-and-bo...
  2. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying to create a scatter chart with two series (temperature and conductivity), both using a common date as the X-aXis. Here’s what I’ve implemented…...both using a common date as the X-axis. Here’s what I’ve implemented:...in combined]>> Temperature <<x [sample.Date.ToOADate()]>> <<y...

    forum.aspose.com/t/linq-reporting-engine-multip...
  3. ChartSeries Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeries class, your key to enhancing chart series properties for dynamic document creation and visualization....{ get; } Gets a collection of X values for this chart series....ChartXValue ) Adds the specified X value to the chart series. If...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Mailmark2DType|Aspose.BarCode for Python via .N...

    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....TYPE_7 24 x 24 modules TYPE_9 32 x 32 modules TYPE_29 16 x 48 modules...

    docs.aspose.com/barcode/python-net/api-referenc...
  5. 7. 布局的预尺寸调整

    本文讨论如何微调数学布局——自动调整大小和间距、使用大分隔符、精确对齐。...\ varepsilon} 4 L_{x, y ^ x(s)} \ varphi(x) \ , ds \ biggr) \...\ varepsilon} 7 L_{x, y ^ x(s)} \ varphi(x) \ , ds \ biggr) \...

    docs.aspose.com/tex/zh/java/latex-math-fine-tun...
  6. 2. Display and alignment for LaTeX equations

    This is an introduction into typesetting LaTeX equations with AMS-LATEX packages and provides some eXamples and their eXplanations. LaTeX align equations....---------- 3 \ begin{equation} 4 x ^ 2 + y ^ 2 = z ^ 2 5 \ end{equation}...begin{align} 7 x ^ 2 + y ^ 2 &= z ^ 2 \\ 8 x ^ 3 + y ^ 3 &< z...

    docs.aspose.com/tex/java/latex-structures-for-e...
  7. 用C++对比X轴与类别轴|Documentation

    学习如何区分Aspose.Cells for C++中的X轴和类别轴。我们的指南将帮助您理解它们的用法和属性差异,以及如何根据您的需要进行配置。...用C++对比X轴与类别轴 Contents [ Hide ] 可能的使用场景 X轴有不同类型。而Y轴是一个值类型轴,X轴可以是...所示。第一列包含我们的X轴数据,可以视为分类或值。请注意,数字不是等间距的,也不按照数字顺序出现。 处理X轴和分类轴,就像处理Microsoft...

    docs.aspose.com/cells/zh/cpp/x-axis-vs-category...
  8. Create your Lithophane from BMP File Formats vi...

    Sample Java lithophane code for BMP file. Use this eXample code to create your lithophane from BMP file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/bmp/
  9. Create your Lithophane from GIF File Formats vi...

    Sample Java lithophane code for GIF file. Use this eXample code to create your lithophane from GIF file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/gif/
  10. Create your Lithophane from BMP File Formats vi...

    C# source code to load, render and create your lithophane from BMP documents on .NET Framework, .NET Core, Mono....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.CreatePolygon(ptr...

    products.aspose.com/3d/net/lithophane/bmp/