Back to Devexpress

ChartImageModel.DXImage Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartimagemodel.md

latest1.2 KB
Original Source

ChartImageModel.DXImage Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[DefaultValue(null)]
[PropertyForOptions]
public DXImage DXImage { get; set; }
vb
<PropertyForOptions>
<DefaultValue(Nothing)>
Public Property DXImage As DXImage

Property Value

TypeDefaultDescription
DXImagenull

The uploaded image.

|

See Also

ChartImageModel Class

ChartImageModel Members

DevExpress.XtraCharts.Designer Namespace