Back to Devexpress

LegendBase.BackImage Property

corelibraries-devexpress-dot-xtracharts-dot-legendbase-cedf3fba.md

latest1.7 KB
Original Source

LegendBase.BackImage Property

Gets the background image settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public BackgroundImage BackImage { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property BackImage As BackgroundImage

Property Value

TypeDescription
BackgroundImage

A BackgroundImage object which provides settings that specify the legend’s background image.

|

Remarks

Use the BackImage property to specify the legend’s background image and its size mode.

For more information, refer to Legends.

See Also

BackColor

FillStyle

Legends

LegendBase Class

LegendBase Members

DevExpress.XtraCharts Namespace