Skip to main content

ChartImage.ImageUrl Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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