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

ChartImageModel.Image Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Default Description
Image *null*

The image to be loaded to the chart control.

See Also