Skip to main content
A newer version of this page is available. .

ChartImage.ImageUrl Property

Specifies the URL of an image used in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public string ImageUrl { get; set; }

Property Value

Type Description
String

A String value, specifying an image URL.

Remarks

Use the ImageUrl property to specify a URL of an image. Alternatively, to load an actual image, use the ChartImage.Image property.

See Also