ChartImage.ImageUrl Property
Specifies the URL of an image used in the chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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