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

ChartImageModel.ImageUrl Property

Gets or sets the value of the ChartImage.ImageUrl within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

[DefaultValue(null)]
[PropertyForOptions]
public string ImageUrl { get; set; }

Property Value

Type Default Description
String *null*

The url of an image to be loaded to the chart control.

See Also