Skip to main content

ChartModel.BackImage Property

Returns the model of the background image of the modeled chart.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public BackgroundImageModel BackImage { get; }

Property Value

Type Description
BackgroundImageModel

The image model.

See Also