Skip to main content
A newer version of this page is available. .

BackgroundImage.Stretch Property

Gets or sets whether the background image is stretched in order to fit within the element (e.g. legend).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public bool Stretch { get; set; }

Property Value

Type Description
Boolean

true to stretch an image in order to fit within the element; otherwise, false.

See Also