ChartSheetPrintOptions Interface
Contains options used for printing a chart sheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return ChartSheetPrintOptions objects:
Remarks
Use the ChartSheet.PrintOptions property to get access to the ChartSheetPrintOptions object.
Note that such printing options as page orientation, margins and paper size are specified using the ChartSheetView.Orientation, ChartSheetView.Margins and ChartSheetView.PaperKind properties of the ChartSheet.ActiveView object.
See Also