Skip to main content
All docs
V25.1
  • LegendBase.BackImage Property

    Gets the background image settings.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [PersistenceMode(PersistenceMode.InnerProperty)]
    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public BackgroundImage BackImage { get; }

    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.

    See Also