Skip to main content
A newer version of this page is available. .
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.v18.2.Core.dll

Declaration

bool ZoomToFit { get; set; }

Property Value

Type Description
Boolean

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

See Also