BackImage
- Last UpdatedNov 17, 2021
- 1 minute read
The BackImage property is a read-write property that gets or sets the background image for the chart.
Syntax
aaHistClientTrend.BackImage = message;
Result = aaHistClientTrend.BackImage;
Remarks
The value of this property is the folder path and filename for the image. Supported image types are .jpeg, .gif, .bmp, and .png.
This property has no default value.