Skip to main content

ChartImageModel.ImageUrl Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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