Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 8,261 for

fill color

(0.45 sec)
  1. Format Presentation Charts in PHP|Aspose.Slides...

    Learn chart formatting in Aspose.Slides for PHP via Java and elevate your PowerPoint presentation with professional, eye-catching styling....back wall fill color Set the chart plot area fill color Write the...setColor ( java ( "java.awt.Color" ) -> GRAY ); $chartTitle ->...

    docs.aspose.com/slides/php-java/chart-formatting/
  2. Create Volume-High-Low-Close(VHLC) Stock Chart ...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization....SetCategoryData ( u "A2:A9" ); // Set the color for the first series (Volume)...SetForegroundColor ( Color { 79 , 129 , 189 }); // Fill the PlotArea...

    docs.aspose.com/cells/cpp/create-volume-high-lo...
  3. Create Open-High-Low-Close (OHLC) Stock Chart w...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including the open, high, low, and close prices, onto a chart for better analysis and visualization....than open), the bar is filled with one color, while if the price...price decreases, the bar is filled with another. This type of chart...

    docs.aspose.com/cells/nodejs-cpp/create-open-hi...
  4. ChartDataLabel.Rotation | Aspose.Words for .NET

    Discover the ChartDataLabel Rotation property to easily customize label angles in your charts. Enhance data visualization with precise control!... Fill . Solid ( Color . DarkBlue ); // Set...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabelCollection.rotation property | As...

    ChartDataLabelCollection.rotation property. Gets or sets the rotation of the data labels of the entire series in degrees.... fill . solid ( aspose . pydrawing . Color . dark_blue...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... format Provides access to fill and line formatting of this...parent element shall inverts its colors if the value is negative. marker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataLabelCollection.clearFormat method | A...

    ChartDataLabelCollection.clearFormat method. Clears format of all [ChartDataLabel](../../chartdatalabel/) in this collection.... fill . color = "#FF0000" ; // For a cleaner...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::ImageData::get_CropRigh...

    Aspose::Words::Drawing::ImageData::get_CropRight method. Defines the fraction of picture removal from the right side in C++....cropped edge will be filled by the fill color of the shape). Positive...object will define the border color as empty. ASSERT_EQ ( 4 , imageData...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Create Transparent Image in Java

    This article provides guidance on how to create transparent image in Java. It includes IDE setup details, a step-by-step guide, and a code example to draw pictures with transparent background in Java....Generate a brush with color and use it to fill all added shapes Apply...arcs, and lines into the path, color them using a brush, and finally...

    kb.aspose.com/drawing/java/create-transparent-i...
  10. Add Ellipses to Presentations in .NET|Aspose.Sl...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for .NET across PPT and PPTX presentations—C# code examples included....Set the Fill Type of the Ellipse to Solid. Set the Color of the...Ellipse using SolidFillColor.Color property as exposed by FillFormat...

    docs.aspose.com/slides/net/ellipse/