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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[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