Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 27,006 for

x

(0.54 sec)
  1. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AXisTickLabels::get_Position method. Gets or sets the position of the tick labels on the aXis in C++....series with categories for the X-axis and respective numeric values...

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

    Aspose::Words::Drawing::Charts::ChartAXis::get_Format method. Provides access to line formatting of the aXis and fill of the tick labels in C++....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for C++ to effectively manipulate the position, size, and designer chart in Microsoft EXcel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....width or reposition it with new X and Y coordinates. Controlling...change the chart’s position (X, Y coordinates) or size (height...

    docs.aspose.com/cells/cpp/manipulate-position-s...
  4. Export Excel Equations to Other Formats with Py...

    Learn how to eXport EXcel equations to LaTeX and MathML formats using Aspose.Cells for Python via .NET....expressions, use the to_la_te_x() method. The following sample...demonstrates how to use the to_la_te_x() method and insert the generated...

    docs.aspose.com/cells/python-net/export-equation/
  5. Quick Recognition Examples|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.... x + ", " + rect . y + ")" ); } }..." + i + ": (" + points [ i ]. x + ", " + points [ i ]. y + ")"...

    docs.aspose.com/barcode/java/developer-guide/qu...
  6. Chart Types|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....coordinate on a horizontal (“X”) and a vertical (“Y”) axis. Scatter...surface 3D charts are based on the X, Y and Z axes. These charts are...

    docs.aspose.com/cells/java/chart-types/
  7. AxisTickLabels class | Aspose.Words for Python

    aspose.words.drawing.charts.AXisTickLabels class. Represents properties of aXis tick mark labels....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. My dox file getting currepted if chart creates ...

    [image]...DebugLog("X-Min-Scaling val:" + xAxisMin.ToString());...ToString()); OLogMessages.DebugLog("X-Max Scaling val:" + xAxisMax.ToString());...

    forum.aspose.com/t/my-dox-file-getting-currepte...
  9. Constant segmentation faults on Excel -> HTML o...

    Hi, As I’ve reported many times before (e.g Aspose.Cells Segmentation Fault when saving to HTML), I often get segmentation faults when using aspose.cells.node (this time using the latest version, 25.12.0). Just using a…...x) which contains a preliminary...tried the latest build (25.13.x) which contains a preliminary...

    forum.aspose.com/t/constant-segmentation-faults...
  10. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。... scale(sx, sy) 变换函数允许沿 x 轴和 y 轴缩放图像。 sy 缩放因子值是可选的,如果省略,则假定等于...函数。特别是,“scale(2)”表示将 <circle> 元素在 x 和 y 维度上缩放 2 倍。 要将 circleElement...

    docs.aspose.com/svg/zh/net/svg-scaling/