A newer version of this page is available.
Switch to the current version.
Legend.BackImage Property
Gets the background image settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BackgroundImage BackImage { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property BackImage As BackgroundImage
Property Value
Type | Description |
---|---|
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.
Implements
DevExpress.XtraCharts.Native.IBackground.BackImage
See Also
Feedback