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.1.Wizard.dll

Declaration

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

Property Value

Type Description
String

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

See Also