Skip to main content

ChartImageModel.Image Property

Specifies the value of the ChartImage.Image property within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }

Property Value

Type Default Description
Image null

The uploaded image.

Remarks

Important

Use the DXImage instead of Image to specify an image for .NET 7 or on non-Windows environments.

See Also