Skip to main content
A newer version of this page is available. .
Row

ChartSheetView Interface

Provides access to a set of display and print settings for a chart sheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface ChartSheetView

The following members return ChartSheetView objects:

Remarks

The ChartSheet.ActiveView property provides access to the ChartSheetView object. Use it’s members to zoom a chart sheet (ChartSheetView.Zoom and ChartSheetView.ZoomToFit), select a sheet tab color (ChartSheetView.TabColor), and change print settings (ChartSheetView.Orientation, ChartSheetView.Margins and ChartSheetView.PaperKind). To access more print-specific options, use the ChartSheet.PrintOptions property.

See Also