Skip to main content

ShapePictureFill.ScaleY Property

Gets or sets the vertical scaling of the picture used for the tiled picture fill.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

double ScaleY { get; set; }

Property Value

Type Description
Double

A Double value that is the scale factor percentage. This value must be between 0 and 1.

Remarks

Note

To tile the picture as texture, it is necessary to fine-tune the picture options that are not currently supported by the SpreadsheetControl. Thus, using tile options does not affect the chart appearance.

See Also