Aspose.Words.Drawing.ImageSize constructor...width and height to the given values in pixels. Initializes resolution...and resolution to the given values. ImageSize ( widthPixels :...
BuiltInDocumentProperties.name_of_application property. Gets or sets the name of the application....name_of_application ( self , value : str ): ... Examples Shows...EDITTIME can display these values in the document body. print...
BuiltInDocumentProperties.company property. Gets or sets the company property....setter def company ( self , value : str ): ... Examples Shows...EDITTIME can display these values in the document body. print...
Effortlessly manage BuiltInDocumentProperties with our intuitive tool. Easily get or set properties to enhance your document handling experience....EDITTIME can display these values in the document body. Console...); // We can also change the values of built-in properties. properties...
Discover AxisScaling's Maximum property to easily set or retrieve the axis's maximum value, enhancing your data visualization with precision....property Gets or sets the maximum value of the axis. public AxisBound...set ; } Remarks The default value is “auto”. Examples Shows how...
Discover the AxisScaling Minimum property to easily set and customize your axis's minimum value for enhanced data visualization....property Gets or sets minimum value of the axis. public AxisBound...set ; } Remarks The default value is “auto”. Examples Shows how...
Aspose::Words::Drawing::Charts::AxisScaling::get_LogBase method. Gets or sets the logarithmic base for a logarithmic axis in C++....Valid range of a floating point value is greater than or equal to...evenly incrementing values that cover our X-value range (0, 1, 2,...
ChartSeries.clear_Values method. Removes all data Values from the chart series with preserving the format of the data points and data labels....clear_values method clear_values() Removes all data values from...and data labels. def clear_values ( self ): ... Examples Shows...