Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 73,862 for

values

(0.23 sec)
  1. How to Format Number as Currency with Golang vi...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....beneficial: Clarifies Financial Values : formatting a number as currency...currency makes it clear that the value represents money. For example...

    docs.aspose.com/cells/go-cpp/format-number-to-c...
  2. XmlDataSource Class | Aspose.Words for .NET

    Unlock powerful reporting with Aspose.Words.XmlDataSource. Easily access XML data for seamless integration into your reports and enhance data visualization....of this class, data types of values of simple XML elements and...documents, you can work with typed values rather than just strings. When...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ChartSeries.clear method | Aspose.Words for Python

    ChartSeries.clear method. Removes all data Values from the chart series...method clear() Removes all data values from the chart series. Format...and Y values of the first series. series1 . clear_values () #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartAxis.Scaling | Aspose.Words for .NET

    Discover ChartAxis Scaling properties for optimal axis adjustments. Unlock precise control over your data visualization with easy-to-use scaling options....insert chart with date/time values. Document doc = new Document...date/time values for the X-axis, and respective decimal values for...

    reference.aspose.com/words/net/aspose.words.dra...
  5. BuiltInDocumentProperties.last_saved_by propert...

    BuiltInDocumentProperties.last_saved_by property. Gets or sets the name of the last author....def last_saved_by ( self , value : str ): ... Remarks Aspose...EDITTIME can display these values in the document body. print...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.version property | As...

    BuiltInDocumentProperties.version property. Represents the version number of the application that created the document....EDITTIME can display these values in the document body. /*console...template}`);*/ // We can also change the values of built-in properties. properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BuiltInDocumentProperties.createdTime property ...

    BuiltInDocumentProperties.createdTime property. Gets or sets date of the document creation in UTC....EDITTIME can display these values in the document body. /*console...template}`);*/ // We can also change the values of built-in properties. properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Create a Waterfall Chart with Legend Customizat...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Slides Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 …..."August", "YTD"}; double[] values = {-9, 1, 3, 4, -3, 2, 7, 3...getCell(0, i + 1, 1, values[i]); // Values } // Customize legend...

    forum.aspose.com/t/create-a-waterfall-chart-wit...
  9. Calculated numeric cell value changes on saving...

    I am seeing some very strange behavior. In the attached workbook, cell B1726 on the Input sheet has formula =B1725. In memory in my C# program, after CalculateFormula is called for the workbook, I can see the DoubleVal…...Calculated numeric cell value changes on saving Aspose.Cells...XML for the worksheet, the value for B1726 is 0.14999999999999999...

    forum.aspose.com/t/calculated-numeric-cell-valu...
  10. Aspose Words forcefully converting string - Fre...

    I have a Json input with both token and value in string format { "TOKEN1": "1000", "TOKEN2": "2000" } and in Template, i have to check if TOKEN1 exist, then display that in certain format, else if TOKEN2 exis…...Json input with both token and value in string format { "TOKEN1":...else if TOKEN2 exist and has value then display it with certain...

    forum.aspose.com/t/aspose-words-forcefully-conv...