Skip to main content
Row

ChartSheetView.ZoomToFit Property

Gets or sets a value indicating whether the chart on the chart sheet should be automatically adjusted to fit the window’s display area.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ZoomToFit { get; set; }

Property Value

Type Description
Boolean

true, to zoom the chart sheet to fit the window; otherwise, false.

See Also