Skip to main content
A newer version of this page is available. .
All docs
V22.2

ChartImageModel.DXImage Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v22.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