Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ChartSheetPrintOptions Interface

Contains options used for printing a chart sheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface ChartSheetPrintOptions

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