BackgroundImage Property (ChartShape)
Gets or sets the background image for the control.
public override Picture BackgroundImage {get; set;}
'Declaration
Public Overrides Property BackgroundImage As Picture
'Usage
Dim instance As ChartShape
Dim value As Picture
instance.BackgroundImage = value
value = instance.BackgroundImage
control.BackgroundImage = new FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp"));
control.MarginTop = 3;
control.MarginBottom = 3;
control.BackgroundImage = New FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp"))
control.MarginTop = 3
control.MarginBottom = 3