Back to Devexpress

ChartImage.ImageUrl Property

corelibraries-devexpress-dot-xtracharts-dot-chartimage-d293d436.md

latest1.3 KB
Original Source

ChartImage.ImageUrl Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public string ImageUrl { get; set; }
vb
Public Property ImageUrl As String

Property Value

TypeDescription
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

Image

ChartImage Class

ChartImage Members

DevExpress.XtraCharts Namespace