Set Picture as Background Fill in the Chart with Golang via C++
Contents
 [
      
        Hide
      ]
    
Aspose.Cells allows you to set a gradient, texture, pattern, or picture as fill effects for different objects, such as the plot area, chart area, or legend box of a chart. This document shows how to add an image to a chart’s background.
To achieve this, Aspose.Cells provides the Chart.GetImageData() property. The following code sample demonstrates the use of Chart.GetImageData() property to set a picture as a background fill in the chart.