Skip to main content
All docs
V23.2

ChartImageModel.DXImage Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Default Description
DXImage null

The uploaded image.

See Also