Gets or sets the location of background image.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string BackgroundImageUrl { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property BackgroundImageUrl As String
	Get
	Set

See Also