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

ChartSheetPrintOptions Interface

Contains options used for printing a chart sheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface ChartSheetPrintOptions

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