Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 21,201 for

x

(0.04 sec)
  1. ChartAxis.has_major_gridlines property | Aspose...

    ChartAXis.has_major_gridlines property. Gets or sets a flag indicating whether the aXis has major gridlines....containing date/time values for the X-axis, and respective decimal values...bounds for the X-axis. x_axis = chart . axis_x x_axis . scaling...

    reference.aspose.com/words/python-net/aspose.wo...
  2. AxisScaling.maximum property | Aspose.Words for...

    AXisScaling.maXimum property. Gets or sets the maXimum value of the aXis....containing date/time values for the X-axis, and respective decimal values...bounds for the X-axis. x_axis = chart . axis_x x_axis . scaling...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::ChartType enum ...

    Aspose::Words::Drawing::Charts::ChartType enum. Specifies type of a chart in C++....grouped and banded along the X-axis by category: SharedPtr <...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose.pdf 中把pdf带水印内容页面转图片有时候非常慢 - Free Support...

    可检测到的水印图片.pdf (2.0 MB) JpegDevice jpegDevice = new JpegDevice(width, height, resolution); using (FileStream imageStream = new FileStream($"{imgSavePath}{X}.jpeg", FileMode.Create)) { jpegDev…...new FileStream($"{imgSavePath}{x}.jpeg", FileMode.Create)) { jpegDevice...jpegDevice.Process(pdf.Pages[x], imageStream); imageStream.Close();...

    forum.aspose.com/t/aspose-pdf-pdf/312786
  5. ChartAxis.baseTimeUnit property | Aspose.Words ...

    ChartAXis.baseTimeUnit property. Returns or sets the smallest time unit that is represented on the time category aXis....containing date/time values for the X-axis, and respective decimal values...lower and upper bounds for the X-axis. let xAxis = chart . axisX...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 在 PHP 中编辑 ShapeSheet 中的连接器几何部分|Documentation

    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....$line_to = new LineTo (); \ # set X value $line_to -> getX () -> setValue...-> getValue () / 2 ); \ # set X value $line_to -> getX () -> setValue...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  7. Aspose::Words::Fields::FieldEQ class | Aspose.W...

    Aspose::Words::Fields::FieldEQ class. Implements the EQ field. To learn more, visit the documentation article in C++....cubed root of x: InsertFieldEQ ( builder , u " \\ r (3,x)" ); // 8...do8(Subscript)" ); // 9 - Box switch "\x", with lines at the top, bottom...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. 通过Node.js与C++管理Excel图表的轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中配置图表轴。我们的指南将向您展示如何调整主、次轴,设定范围以及修改其属性,以增强您的图表效果。...] 在Excel图表中,有3种类型的轴: 横轴(类别轴): X轴 垂直(值)轴:Y轴 深度(系列)轴:Z轴 轴选项 Aspose...。 | | 管理X和Y轴 在Excel图表中,横轴和纵轴是最常用的两种轴。 以下代码片段演示了如何设置X轴和Y轴的选项。...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-axes/
  9. AxisScaling Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AXisScaling class for customizable aXis scaling options, enhancing your chart presentations effortlessly....Clear (); // Insert a series with X/Y coordinates for five points...160000.0 }); // The scaling of the X-axis is linear by default, //...

    reference.aspose.com/words/net/aspose.words.dra...
  10. SVG Path Data – Сode Examples

    Learn how to use SVG paths – a group of commands to draw various outlines or shapes by combining SVG lines, SVG arcs, and Bezier curves....begins with the moveto M (x,y) command. x and y coordinates indicate...one: L (x, y) – the command takes two parameters – x and y coordinates...

    docs.aspose.com/svg/net/drawing-basics/svg-path...