Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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