Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 26,137 for

x

(0.06 sec)
  1. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAXis::get_Scaling method. Provides access to the scaling options of the aXis in C++....containing date/time values for the X-axis, and respective decimal values...lower and upper bounds for the X-axis. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Charts::AxisScaling::ge...

    Aspose::Words::Drawing::Charts::AXisScaling::get_Minimum method. Gets or sets minimum value of the aXis in C++....containing date/time values for the X-axis, and respective decimal values...lower and upper bounds for the X-axis. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Calculate Pin Values and Setting Size of a Shap...

    This section eXplains how to calculate PinX and PinY Values of the Sub Shape with Aspose.Diagram....the Cell_Type element from the x-coordinate. Subtract the value...one. Mirror the point about the x-axis if the value of the FlipY...

    docs.aspose.com/diagram/net/calculate-pin-value...
  4. ChartAxis.major_unit_scale property | Aspose.Wo...

    ChartAXis.major_unit_scale property. Returns or sets the scale value for major tick marks on the time category aXis....AxisBound ( value = 20 ) # For the X-axis, set the major tick marks...5 units. axis = chart . axis_x axis . major_unit = 10 axis ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartYValue.FromDouble | Aspose.Words for .NET

    Discover the ChartYValue FromDouble method to effortlessly create Double type ChartYValue instances for enhanced data visualization.... Series [ 0 ]; // Clear X and Y values of the first series...chart . Series [ 1 ]; // Clear X and Y values of the second series...

    reference.aspose.com/words/net/aspose.words.dra...
  6. AxisBound class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AXisBound class. Represents minimum or maXimum bound of aXis values...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...
  7. ChartNumberFormat.formatCode property | Aspose....

    ChartNumberFormat.formatCode property. Gets or sets the format code applied to a data label....00" Time - “[$-x-systime]h:mm:ss AM/PM” Date -...months as categories for the X-axis, // and respective decimal...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 高斯模糊 – SVG 滤镜 – C# 代码

    了解如何为高斯模糊滤镜编写 SVG 代码,并查看 C# 示例以对 SVG 元素和位图实现高斯模糊效果。...过滤器基元所需的属性是 x、y、width、height 和 id 。他们设置将应用滤镜的图片区域。属性...属性指定表征模糊操作的标准偏差的数字。如果提供两个数字,第一个 数字 表示沿坐标系 x 轴的标准偏差值,第二个数字表示 y 轴上的标准偏差值。每个...

    docs.aspose.com/svg/zh/net/gaussian-blur/
  9. rectangle2.svg

    Xmlns="http://www.w3.org/2000/svg"> X="120" y="140" width="90" height="90" style="fill:grey; stroke-width:3; stroke:rgb(0,0,0)" /> ...org/2000/svg"> <rect x="120" y="140" width="90" height="90"...

    docs.aspose.com/svg/files/rectangle2.svg
  10. How to change RectangularCallout shape's tip - ...

    In below sample code i want to change a tip for RectangularCallout but it is not working how to change a tip point for this shape Shape polygonShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RectangularCallout, 0, …...X = (int)((xx1 + chartX)); //Shape...FillType.None; } // Calculate X adjustment (same logic as Interop)...

    forum.aspose.com/t/how-to-change-rectangularcal...